public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-restful/
@ 2013-02-28 12:23 Alexys Jacob
  0 siblings, 0 replies; only message in thread
From: Alexys Jacob @ 2013-02-28 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1052a70c85170fc3f37afa72313474b7afdcf6
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 12:23:02 2013 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 12:23:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=0a1052a7

new ebuild for flask-restful

---
 dev-python/flask-restful/Manifest                  |    2 +
 .../flask-restful/flask-restful-0.1.6.ebuild       |   30 ++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/dev-python/flask-restful/Manifest b/dev-python/flask-restful/Manifest
new file mode 100644
index 0000000..ddcb357
--- /dev/null
+++ b/dev-python/flask-restful/Manifest
@@ -0,0 +1,2 @@
+DIST Flask-RESTful-0.1.6.tar.gz 18527 SHA256 829c03d3ede05a93fb0075ee05310b498d098f750098eb5d10cbf094c41f235b SHA512 d8720b77762935f555db59c2085eec514fba5e2845485ac241a53cb7253d63832a4219af0271792b86c80c4f91ff54ec822281bf9dc251a492afc562556dc867 WHIRLPOOL caf4bec04e45e73768994983125c8b33a47af62210e7411a3b170843a74a51946e9a18ca899ba7177203e69cdbd4c040c762cd2fc411ba13b5c825cee766258d
+EBUILD flask-restful-0.1.6.ebuild 658 SHA256 a877121203c0da5a4cb7ad33f66c812d50c6d566cf482aa66500675415048d94 SHA512 1888cd1178d47cf051f31237060af6ae88dec10da8d05fd76de2bff9f2b8d8cbd384be71f23378cdc3661ec45568c03763f507dcb2e9867558193c8939a62ef1 WHIRLPOOL 888b30507fb6e64c1ed6fd4bb507e6c3f0bceb3936e06447dc0be857652a5af15930e7decdd78cbb8dfd8861799d902ca42b404ec7dcd92c8511909796abfca9

diff --git a/dev-python/flask-restful/flask-restful-0.1.6.ebuild b/dev-python/flask-restful/flask-restful-0.1.6.ebuild
new file mode 100644
index 0000000..f5fddf2
--- /dev/null
+++ b/dev-python/flask-restful/flask-restful-0.1.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+EAPI="4"
+PYTHON_DEPEND="*:2.6"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 2.5"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+MY_PN="Flask-RESTful"
+MY_P="${MY_PN}-${PV/_/-}"
+
+DESCRIPTION="Simple framework for creating REST APIs with Flask"
+HOMEPAGE="https://github.com/twilio/flask-restful"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/flask-0.8
+	>=dev-python/pycrypto-2.6"
+RDEPEND="${DEPEND}
+	dev-python/nose"
+
+S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-28 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 12:23 [gentoo-commits] dev/ultrabug:master commit in: dev-python/flask-restful/ Alexys Jacob

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