From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/
Date: Mon, 17 Jun 2024 12:41:27 +0000 (UTC) [thread overview]
Message-ID: <1718628028.c9bf5cc1fee9a233e8b5a4ededc7478869d2327b.arkamar@gentoo> (raw)
commit: c9bf5cc1fee9a233e8b5a4ededc7478869d2327b
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 12:39:39 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 12:40:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bf5cc1
dev-python/braintree: drop 4.26.0, 4.27.0
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/braintree/Manifest | 2 --
dev-python/braintree/braintree-4.26.0.ebuild | 39 ----------------------------
dev-python/braintree/braintree-4.27.0.ebuild | 39 ----------------------------
3 files changed, 80 deletions(-)
diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index 5d623f79cc86..2d376638c749 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1,3 +1 @@
-DIST braintree_python-4.26.0.gh.tar.gz 227139 BLAKE2B c71201ebca497e6ba9a632b5b88e0b6eca37181cf96e380d01a195c67be8261237038aa7e5188752d337bf4c145a7305e23066216fdda564ccdbd3d3dc4ed8d3 SHA512 fabd2955bf23c269b13739d513310690103cf3cc3f65406bf7027192354cfbe9e8b9aa974acd2d0a32a0c66addcd8452d40abfa64ba6333bf5eadd65781845e0
-DIST braintree_python-4.27.0.gh.tar.gz 227120 BLAKE2B 6ef858f9970206ba1ca5db7cba534ac6f817e7580cd90953c731563a6bba81c77cf1ea0afd81344e77ddb2398a81c3b8784a7aa68bd1bcc7be62a9362cdf6482 SHA512 b0d8c3a30db70df6b1d1b0fa89ac9dfbe6e3d2b4d08b9aa72279274c49307db21cee3f5dcc8bae79a1b4a045159e8fffeef9aa7048437299b3d6553eba1a1e45
DIST braintree_python-4.28.0.gh.tar.gz 227282 BLAKE2B cb811005eaecb380befa99a2721f421e1a1d43417afd2ab243cc83654b2823d50d40c8780a2406c415ec54d683925d45a4900e227a3fed2d6192db80bef92a4a SHA512 872195ed3183e248f6b9127ddcbfe62f5305141806f2af31cf62425d4a76184d8ef7eab5a346818db6fdcbbc01a03979662b379fe8f7f17571d84b127dc0e3f1
diff --git a/dev-python/braintree/braintree-4.26.0.ebuild b/dev-python/braintree/braintree-4.26.0.ebuild
deleted file mode 100644
index d3baae2bd1d1..000000000000
--- a/dev-python/braintree/braintree-4.26.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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.27.0.ebuild b/dev-python/braintree/braintree-4.27.0.ebuild
deleted file mode 100644
index d3baae2bd1d1..000000000000
--- a/dev-python/braintree/braintree-4.27.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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
-}
next reply other threads:[~2024-06-17 12:41 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-17 12:41 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-14 6:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/ Michał Górny
2025-10-14 6:48 Michał Górny
2025-08-06 4:40 Michał Górny
2025-08-06 4:40 Michał Górny
2025-06-27 2:26 Michał Górny
2025-06-27 2:26 Michał Górny
2025-05-29 5:57 Michał Górny
2025-05-27 12:08 Michał Górny
2025-05-01 2:54 Michał Górny
2025-05-01 2:54 Michał Górny
2025-03-01 6:45 Michał Górny
2025-02-01 6:06 Michał Górny
2025-01-30 4:10 Michał Górny
2025-01-22 7:21 Michał Górny
2024-10-30 3:41 Michał Górny
2024-10-30 3:41 Michał Górny
2024-09-21 7:41 Michał Górny
2024-08-30 10:48 Petr Vaněk
2024-07-24 4:45 Michał Górny
2024-06-17 12:41 Petr Vaněk
2024-03-27 3:37 Michał Górny
2024-03-06 21:18 Michał Górny
2024-01-10 4:42 Michał Górny
2023-12-19 6:11 Michał Górny
2023-11-07 19:22 Michał Górny
2023-10-29 5:28 Michał Górny
2023-10-10 18:11 Michał Górny
2023-08-30 3:01 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-11 5:52 Michał Górny
2023-05-23 5:07 Michał Górny
2023-04-07 4:19 Michał Górny
2023-01-26 7:11 Michał Górny
2023-01-12 13:44 Cédric Krier
2023-01-12 11:38 Michał Górny
2022-11-14 4:34 Michał Górny
2022-10-15 8:04 Michał Górny
2022-10-05 5:53 Arthur Zamarin
2022-07-26 14:11 Michał Górny
2022-06-04 17:48 Michał Górny
2022-05-16 13:03 Michał Górny
2022-04-02 7:39 Arthur Zamarin
2022-03-21 11:00 Cédric Krier
2022-02-18 9:19 Michał Górny
2021-09-05 22:02 Cédric Krier
2021-05-06 14:51 Cédric Krier
2021-03-06 9:34 Cédric Krier
2021-01-26 10:00 Michał Górny
2020-11-08 21:41 Cédric Krier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718628028.c9bf5cc1fee9a233e8b5a4ededc7478869d2327b.arkamar@gentoo \
--to=arkamar@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox