From cc5a1e1cd5af6f5ea7f8ed8dc8edf78c2865217d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Sun, 17 Dec 2017 15:07:09 +0100 Subject: dev-python/stripe: Version bumps Remove tests as they are no more packaged. Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- dev-python/stripe/Manifest | 2 +- dev-python/stripe/stripe-1.71.1.ebuild | 30 ------------------------------ dev-python/stripe/stripe-1.75.3.ebuild | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 31 deletions(-) delete mode 100644 dev-python/stripe/stripe-1.71.1.ebuild create mode 100644 dev-python/stripe/stripe-1.75.3.ebuild (limited to 'dev-python') diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest index f87f3ea88fca..bbb5ce29c438 100644 --- a/dev-python/stripe/Manifest +++ b/dev-python/stripe/Manifest @@ -1 +1 @@ -DIST stripe-1.71.1.tar.gz 198408 BLAKE2B 103634c66063429b413be64ae247461bcaeb2c3bfdf342bd85eebf080a6250050c75571c7dff8cbda781113e6864bab90479ec74535e67b539836a153d615c4d SHA512 be381a8349cb4356b188e648b55c0e2e9ea580aed00b89e1a2fa3a9743c4091d1f0b45a132664c29f149a885eeb139d117ab3685600865e13d7a7bd3765c9af8 +DIST stripe-1.75.3.tar.gz 181924 BLAKE2B acbbc05db9bb7ed61d5ea0995f69164d3c781a54d8e033aa4e74f0d7334993b70f21799a022ede69219c7a23dfa516e8e340b5009b7cb26142ac077dce24babf SHA512 30c95740bbf2a756ebd4e9453195907c8239bd9e36377363429ee269ef27e04fe60bdc3bde921a5be0ad7ab59ea1859dbcfbbf39d6da8b81aa163cfc7793ea5e diff --git a/dev-python/stripe/stripe-1.71.1.ebuild b/dev-python/stripe/stripe-1.71.1.ebuild deleted file mode 100644 index 674033205871..000000000000 --- a/dev-python/stripe/stripe-1.71.1.ebuild +++ /dev/null @@ -1,30 +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="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 -} diff --git a/dev-python/stripe/stripe-1.75.3.ebuild b/dev-python/stripe/stripe-1.75.3.ebuild new file mode 100644 index 000000000000..5c90df0de3ce --- /dev/null +++ b/dev-python/stripe/stripe-1.75.3.ebuild @@ -0,0 +1,21 @@ +# 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="" + +RDEPEND=">=dev-python/requests-0.8.8" +DEPEND="${RDEPEND}" + +DOCS="LONG_DESCRIPTION.rst" -- cgit v1.2.3