public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-pymongo/
Date: Sun, 17 Jun 2012 15:32:43 +0000 (UTC)	[thread overview]
Message-ID: <1339947142.6ac1fae8cee708574f3abb794eab6d10950a1414.ultrabug@gentoo> (raw)

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
+}



             reply	other threads:[~2012-06-17 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-17 15:32 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18  8:55 [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-pymongo/ Alexys Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339947142.6ac1fae8cee708574f3abb794eab6d10950a1414.ultrabug@gentoo \
    --to=ultrabug@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox