public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-pymongo/
@ 2012-06-17 15:32 Alexys Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2012-06-17 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6ac1fae8cee708574f3abb794eab6d10950a1414
Author:     Ultrabug <ultrabug <AT> ultrabug <DOT> net>
AuthorDate: Sun Jun 17 15:32:22 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 15:32:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=6ac1fae8

flask-pymongo ebuild

---
 dev-python/flask-pymongo/Manifest                  |    2 +
 .../flask-pymongo/flask-pymongo-0.1.1.ebuild       |   56 ++++++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/dev-python/flask-pymongo/Manifest b/dev-python/flask-pymongo/Manifest
new file mode 100644
index 0000000..56f7239
--- /dev/null
+++ b/dev-python/flask-pymongo/Manifest
@@ -0,0 +1,2 @@
+DIST Flask-PyMongo-0.1.1.tar.gz 7075 RMD160 9c35769fdfa6e3d29e6ae3d5b5b0d20adbb1221e SHA1 4ba6a58f6d592f3219b327646158879fb8c2c5cc SHA256 18b3b669d8ab4054a8d301ca145d7e735b7be70cb5a90efd0190fbbefcb218aa
+EBUILD flask-pymongo-0.1.1.ebuild 1153 RMD160 13c496b3a043d023c9312addc61a9c5b950eda7e SHA1 dfaa809b197eac9abc4edd531bfe8163a9b622c6 SHA256 448d8e1f6dd37a8b848088e0edda46b912c65888d503417d50e2935700dacdd5

diff --git a/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild b/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild
new file mode 100644
index 0000000..6fa8552
--- /dev/null
+++ b/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+MY_PN="Flask-PyMongo"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="PyMongo support for Flask"
+HOMEPAGE="http://pypi.python.org/pypi/Flask-PyMongo"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND=">=dev-python/flask-0.8
+	>=dev-python/pymongo-2.1"
+DEPEND="${RDEPEND}
+	dev-python/setuptools
+	dev-python/nose"
+
+S="${WORKDIR}/${MY_P}"
+
+PYTHON_MODNAME="flaskext/pymongo.py"
+
+src_compile() {
+	distutils_src_compile
+
+	if use doc; then
+		einfo "Generation of documentation"
+		cd docs
+		PYTHONPATH=".." emake html || die "Generation of documentation failed"
+	fi
+}
+
+src_install() {
+	distutils_src_install
+
+	if use doc; then
+		dohtml -r docs/_build/html/* || die "Installation of documentation failed"
+	fi
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r example || die "Installation of examples failed"
+	fi
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-pymongo/
@ 2012-06-18  8:55 Alexys Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2012-06-18  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a5e2bca79a880e0c65302f8d22a5bf2f582b02
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 08:55:37 2012 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 08:55:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=e9a5e2bc

flask-pymongo to g-x86

---
 dev-python/flask-pymongo/Manifest                  |    2 -
 .../flask-pymongo/flask-pymongo-0.1.1.ebuild       |   56 --------------------
 2 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/dev-python/flask-pymongo/Manifest b/dev-python/flask-pymongo/Manifest
deleted file mode 100644
index 56f7239..0000000
--- a/dev-python/flask-pymongo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Flask-PyMongo-0.1.1.tar.gz 7075 RMD160 9c35769fdfa6e3d29e6ae3d5b5b0d20adbb1221e SHA1 4ba6a58f6d592f3219b327646158879fb8c2c5cc SHA256 18b3b669d8ab4054a8d301ca145d7e735b7be70cb5a90efd0190fbbefcb218aa
-EBUILD flask-pymongo-0.1.1.ebuild 1153 RMD160 13c496b3a043d023c9312addc61a9c5b950eda7e SHA1 dfaa809b197eac9abc4edd531bfe8163a9b622c6 SHA256 448d8e1f6dd37a8b848088e0edda46b912c65888d503417d50e2935700dacdd5

diff --git a/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild b/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild
deleted file mode 100644
index 6fa8552..0000000
--- a/dev-python/flask-pymongo/flask-pymongo-0.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-MY_PN="Flask-PyMongo"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PyMongo support for Flask"
-HOMEPAGE="http://pypi.python.org/pypi/Flask-PyMongo"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND=">=dev-python/flask-0.8
-	>=dev-python/pymongo-2.1"
-DEPEND="${RDEPEND}
-	dev-python/setuptools
-	dev-python/nose"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="flaskext/pymongo.py"
-
-src_compile() {
-	distutils_src_compile
-
-	if use doc; then
-		einfo "Generation of documentation"
-		cd docs
-		PYTHONPATH=".." emake html || die "Generation of documentation failed"
-	fi
-}
-
-src_install() {
-	distutils_src_install
-
-	if use doc; then
-		dohtml -r docs/_build/html/* || die "Installation of documentation failed"
-	fi
-
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r example || die "Installation of examples failed"
-	fi
-}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-18  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 15:32 [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-pymongo/ Alexys Jacob
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18  8:55 Alexys Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox