From 7b6e13d6c900bbbc8cfaf976c4946c8fcdbfeb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Sun, 16 Jul 2017 17:44:35 +0200 Subject: dev-python/stripe: Version bumps to 1.62.0 and add test Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-python/stripe/Manifest | 2 +- dev-python/stripe/stripe-1.55.1.ebuild | 22 ---------------------- dev-python/stripe/stripe-1.62.0.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 23 deletions(-) delete mode 100644 dev-python/stripe/stripe-1.55.1.ebuild create mode 100644 dev-python/stripe/stripe-1.62.0.ebuild (limited to 'dev-python') diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest index 2271453e3417..1aae0fde51a4 100644 --- a/dev-python/stripe/Manifest +++ b/dev-python/stripe/Manifest @@ -1 +1 @@ -DIST stripe-1.55.1.tar.gz 189588 SHA256 4fd5e60a7cd3311fbcc53ffc2cfa27501438ec96d58139ede1550d87b24fd7e2 SHA512 067f1d998901b862b2d47e4597504f5b180872b62217deae19cc7a81799e4562db54e37b34d431a9d2171e8c7ce8b8a43a2e55ac1a60e1198f15eb63620f812e WHIRLPOOL dad2b7208a49824a1af1eab2efe61c344af40a3fca130f94b4f406582716b954f9d09ecabe0f77d0e955cdac7283cbc66ef6253aed1ecb685396f6b1ac7f502e +DIST stripe-1.62.0.tar.gz 190349 SHA256 03136c5ce8fad86e265629daf4adae9dc6e1a44b6e4a08e731783764bf970fb8 SHA512 b90b96c3d76dfddc39659dbbf055da3d93cdbeb600267fceb4fa6f82b4f993e63f9da9bc49373fd3fbe4db575d214a333169f19fc30bbc4563a6451f29dcf8ca WHIRLPOOL cca3861360d2ec0408c57a45e45d4e3a77f23c29f71ab6a72380d043fcd237785b05766d2fcff95799716f8c54d048fe0577aeef4e4744a7e254aff3823eb86e diff --git a/dev-python/stripe/stripe-1.55.1.ebuild b/dev-python/stripe/stripe-1.55.1.ebuild deleted file mode 100644 index 6a21a480282e..000000000000 --- a/dev-python/stripe/stripe-1.55.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" diff --git a/dev-python/stripe/stripe-1.62.0.ebuild b/dev-python/stripe/stripe-1.62.0.ebuild new file mode 100644 index 000000000000..674033205871 --- /dev/null +++ b/dev-python/stripe/stripe-1.62.0.ebuild @@ -0,0 +1,30 @@ +# 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="test" + +RDEPEND=">=dev-python/requests-0.8.8" +DEPEND="${RDEPEND} + test? ( + dev-python/unittest2 + dev-python/mock + dev-python/pycurl + )" + +DOCS="LONG_DESCRIPTION.rst" + +python_test() { + ${PYTHON:-python} -Wall setup.py test || die +} -- cgit v1.2.3