commit:     8d6207b294de3733d07c8c201a92450d5fed6edb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 05:21:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 05:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6207b2

dev-python/braintree: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/braintree/Manifest                |  2 --
 dev-python/braintree/braintree-4.21.0.ebuild | 39 ----------------------------
 dev-python/braintree/braintree-4.22.0.ebuild | 39 ----------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index 2ca6d9a211fa..1d28a3a23c77 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1,3 +1 @@
-DIST braintree_python-4.21.0.gh.tar.gz 220035 BLAKE2B 
e8eb8a51fe5b49675abaf20c0cb3cfefa9129609df70bbf2e74aa4f588ea48014278fe2bb1e76841dbcd19fbc87346bc0b4302910237d5cffd839369465f2597
 SHA512 
409d4d80059f1868b2aa80896b0a082493fe0e1d3c1f76145bf41a1f7c93dc4a3970eb90b9c599584a6a00f3d135f870115daff0fabe9f22dcd1a3c7a16371a5
-DIST braintree_python-4.22.0.gh.tar.gz 220540 BLAKE2B 
d39214fc06dd03fa6115fd99ba00caddd81b64f797fb335606a7c2bf067751771c62c296277ac38b330bf9c61ba5e6ba9134088586bbb520c8713f419ea89e6f
 SHA512 
f4d67b109afd75271e6dd96fda30a7dd03966c083df90fd1c353f8a9d84e357f6054f9d3f1ca0de7b6183d36b7fe55daa26098a701d250c41d096c7c3fa543fb
 DIST braintree_python-4.23.0.gh.tar.gz 220576 BLAKE2B 
23d158c0216a63ce7746a521c339663dc4f1fcc355f3cf65d526c19f7b6a29e49da6a8905059a1410bcf0390c7d44bc267963d68e44e5f4ddc0de57b2500c06f
 SHA512 
e5be83985a6605e68317eafa7533e826d3965707e691791a045f1cbeddded718b21d62e5156c402142228742b13de9859e586b4236865ea675c5c57a3410ffb3

diff --git a/dev-python/braintree/braintree-4.21.0.ebuild 
b/dev-python/braintree/braintree-4.21.0.ebuild
deleted file mode 100644
index c50e26d97b9e..000000000000
--- a/dev-python/braintree/braintree-4.21.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=braintree_python-${PV}
-DESCRIPTION="Braintree Python Library"
-HOMEPAGE="
-       https://developer.paypal.com/braintree/docs/reference/overview/
-       https://github.com/braintree/braintree_python/
-       https://pypi.org/project/braintree/
-"
-# no tests in sdist, as of 4.19.0
-SRC_URI="
-       https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.md )
-
-distutils_enable_tests unittest
-
-python_test() {
-       eunittest tests/unit
-}

diff --git a/dev-python/braintree/braintree-4.22.0.ebuild 
b/dev-python/braintree/braintree-4.22.0.ebuild
deleted file mode 100644
index c50e26d97b9e..000000000000
--- a/dev-python/braintree/braintree-4.22.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=braintree_python-${PV}
-DESCRIPTION="Braintree Python Library"
-HOMEPAGE="
-       https://developer.paypal.com/braintree/docs/reference/overview/
-       https://github.com/braintree/braintree_python/
-       https://pypi.org/project/braintree/
-"
-# no tests in sdist, as of 4.19.0
-SRC_URI="
-       https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.md )
-
-distutils_enable_tests unittest
-
-python_test() {
-       eunittest tests/unit
-}

Reply via email to