public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/
Date: Sat,  2 Apr 2022 07:39:38 +0000 (UTC)	[thread overview]
Message-ID: <1648885160.f0f65015ceb03168fbcd241eea6e5b5eb3e071cb.arthurzam@gentoo> (raw)

commit:     f0f65015ceb03168fbcd241eea6e5b5eb3e071cb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:39:20 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:39:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f65015

dev-python/braintree: add 4.15.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/braintree/Manifest                |  1 +
 dev-python/braintree/braintree-4.15.2.ebuild | 35 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index 0955e5bbc8ee..c2be3780872a 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1 +1,2 @@
 DIST braintree-4.14.0-gh.tar.gz 206937 BLAKE2B 449a70c7f83e2ee3cb5c9e74624605387e0c12359e81aa18041c4dd2146c1bbb899cc97c9bcf6348ea1d0494d73d8a2366e41c05479e637d777a636cc1f0cec7 SHA512 d7d77d06c1a210200732e9e8fe4a55eb25f43ca7df9ab00fdbbbf077196c1605ed825976f691440e10b23bf4727b1e8200c5bd6b2cd9a66305110440cde0edce
+DIST braintree-4.15.2.gh.tar.gz 207089 BLAKE2B 5ed62e341c05e254cf3bec47f91704670bb57873be995352ce1e427e8075aee6193e11cbd863074b1ae39ddbf2c1a77f7c0207ffa9c8b7ca9335e2beeed42f29 SHA512 324823a078bc4068577793b169dd6b3d67e05d77850cebfe09602c0f6c3626ef1098f612c0ddfb7cc72b4b734d7319944c30297658f77edaf906334d27393f13

diff --git a/dev-python/braintree/braintree-4.15.2.ebuild b/dev-python/braintree/braintree-4.15.2.ebuild
new file mode 100644
index 000000000000..d328d1adc899
--- /dev/null
+++ b/dev-python/braintree/braintree-4.15.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Braintree Python Library"
+HOMEPAGE="
+	https://developers.braintreepayments.com/python/sdk/server/overview
+	https://github.com/braintree/braintree_python
+"
+SRC_URI="
+	https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}_python-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.md )
+
+distutils_enable_tests nose
+
+python_test() {
+	distutils-r1_python_test tests/unit
+}


             reply	other threads:[~2022-04-02  7:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02  7:39 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30  3:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/braintree/ 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-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-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=1648885160.f0f65015ceb03168fbcd241eea6e5b5eb3e071cb.arthurzam@gentoo \
    --to=arthurzam@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