From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/
Date: Wed, 30 Aug 2023 03:01:50 +0000 (UTC)	[thread overview]
Message-ID: <1693364502.eeb97d926d087a5f34af67c804866c71299cfda1.mgorny@gentoo> (raw)
commit:     eeb97d926d087a5f34af67c804866c71299cfda1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 02:53:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 03:01:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb97d92
dev-python/braintree: Bump to 4.22.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
 dev-python/braintree/Manifest                |  1 +
 dev-python/braintree/braintree-4.22.0.ebuild | 39 ++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index c4b634907328..47e37f16ef85 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1 +1,2 @@
 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
diff --git a/dev-python/braintree/braintree-4.22.0.ebuild b/dev-python/braintree/braintree-4.22.0.ebuild
new file mode 100644
index 000000000000..c50e26d97b9e
--- /dev/null
+++ b/dev-python/braintree/braintree-4.22.0.ebuild
@@ -0,0 +1,39 @@
+# 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
+}
next             reply	other threads:[~2023-08-30  3:01 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30  3:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-24  2:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/ Michał Górny
2025-10-24  2:34 Michał Górny
2025-10-14  6:48 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-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-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=1693364502.eeb97d926d087a5f34af67c804866c71299cfda1.mgorny@gentoo \
    --to=mgorny@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