From 0fb71e0215ed52863e462cccef73c01aff44d43d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 18 Dec 2017 15:11:02 +0000 Subject: gentoo resync : 18.12.2017 --- dev-python/stripe/Manifest | 4 ++-- dev-python/stripe/stripe-1.71.1.ebuild | 30 ------------------------------ dev-python/stripe/stripe-1.75.3.ebuild | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 32 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/stripe') diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest index 03d1d42246f7..ca3625edaad2 100644 --- a/dev-python/stripe/Manifest +++ b/dev-python/stripe/Manifest @@ -1,3 +1,3 @@ -DIST stripe-1.71.1.tar.gz 198408 BLAKE2B 103634c66063429b413be64ae247461bcaeb2c3bfdf342bd85eebf080a6250050c75571c7dff8cbda781113e6864bab90479ec74535e67b539836a153d615c4d SHA512 be381a8349cb4356b188e648b55c0e2e9ea580aed00b89e1a2fa3a9743c4091d1f0b45a132664c29f149a885eeb139d117ab3685600865e13d7a7bd3765c9af8 -EBUILD stripe-1.71.1.ebuild 600 BLAKE2B 7ec19ae05c62d9120909f935f35401cd427e613358b1c864f8bf9044b4c47919b07160d0e568595b7ffb96817edbc9ad7e5b4400cf0c60b73b56f428088de858 SHA512 d80be59c9ce388abd60ca672a6e08e5ff25281ef1cc80aefc0b94f9a59a35d11d0ce8da0d2a6efedaa71538ed0a5540e667c44f017825f98c4aa7f1bbd424308 +DIST stripe-1.75.3.tar.gz 181924 BLAKE2B acbbc05db9bb7ed61d5ea0995f69164d3c781a54d8e033aa4e74f0d7334993b70f21799a022ede69219c7a23dfa516e8e340b5009b7cb26142ac077dce24babf SHA512 30c95740bbf2a756ebd4e9453195907c8239bd9e36377363429ee269ef27e04fe60bdc3bde921a5be0ad7ab59ea1859dbcfbbf39d6da8b81aa163cfc7793ea5e +EBUILD stripe-1.75.3.ebuild 457 BLAKE2B a2c8a2c7f8de450ce46064be766b8953d80f276bdd0a95e3687ec2cfb28475d1bbbe4353956c2e6c9f765db985baee1651359e4e17baf5ab1ca9a12bf29f6581 SHA512 d8c6012d0957a21bee6a433857796a050cb6de2cd08b67e071cbea9b713ce4d8427fa037d8e263eb99f613093bc270865a7a8650ad6345ddcb45d4238acdfea9 MISC metadata.xml 539 BLAKE2B 9232265d094774d1f04cba8e358a9655034184c10561bb8db4f8188381fdf7583971f67d5418f2969ad4a12db46a94b4c87c3eb9486eb0ac251fad9bb68f7707 SHA512 f0052ba8457139d76ddce67313bc973564237b409801d3d6da181c495c2d80184076cbe36468850a1ddcd60de50327e728fc3433a8a4bfe9608713a33fdbe9c1 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