summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2017-05-11 00:21:24 +0200
committerCédric Krier <cedk@gentoo.org>2017-05-11 00:22:21 +0200
commitc2ce579164d98b22b096ce222dba3099eba6c4fd (patch)
treef122faeaee571cc59a588f92ec6c5792e5d0d45c /dev-python/stripe/stripe-1.55.1.ebuild
parentx11-libs/gtk+: remove old with clipboard handling regression (diff)
downloadgentoo-c2ce579164d98b22b096ce222dba3099eba6c4fd.tar.gz
gentoo-c2ce579164d98b22b096ce222dba3099eba6c4fd.tar.bz2
gentoo-c2ce579164d98b22b096ce222dba3099eba6c4fd.zip
dev-python/stripe: New ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/stripe/stripe-1.55.1.ebuild')
-rw-r--r--dev-python/stripe/stripe-1.55.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/stripe/stripe-1.55.1.ebuild b/dev-python/stripe/stripe-1.55.1.ebuild
new file mode 100644
index 000000000000..6a21a480282e
--- /dev/null
+++ b/dev-python/stripe/stripe-1.55.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Stripe python bindings"
+HOMEPAGE="https://github.com/stripe/stripe-python"
+SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-python/requests"
+
+DOCS="LONG_DESCRIPTION.rst"