public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 12 Jan 2023 11:38:26 +0000 (UTC)	[thread overview]
Message-ID: <1673523500.e4a7bcdb8a18f2985f04054400ace1b6a9ec9aa4.mgorny@gentoo> (raw)

commit:     e4a7bcdb8a18f2985f04054400ace1b6a9ec9aa4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 11:37:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 11:38:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a7bcdb

dev-python/braintree: Bump to 4.18.0

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

 dev-python/braintree/Manifest                |  1 +
 dev-python/braintree/braintree-4.18.0.ebuild | 38 ++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index 4a833412b9c8..107e1cd4702d 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1 +1,2 @@
 DIST braintree_python-4.17.1.gh.tar.gz 213195 BLAKE2B 2ca1176d3fcdf670ced8bc9de4c2c7140823ec4e1f34acc8235003dd57d16b8e5b411756e1c52da68fc5dcc6009333317952ab246d51c3da71b0a1bed81ea8d1 SHA512 a6835f50451d6e914be5c691920f07fdf804c98580625bfc6984b83c5bf9acffe7b8005d6ffc201e8c0826b65ba4549a5159fde9988da57d08626bb226a35feb
+DIST braintree_python-4.18.0.gh.tar.gz 216422 BLAKE2B 30ed072c3f6c6ae3cc9661fe5a1f49327ad2fd17261590a61aaae543966a40c9018a1c3b789e1ba3f387a8d93cff35c8b7ffd589e76ffefc572b7dc9fcd84951 SHA512 2abdec5e16386bed5e9c6d1d085ec604050907a57bf9dbe65c6c3d05b2bdf8f00929e11729b50a4774ab2bdd61a1a8d4a73f6c23368b663cc5757562b8ce1e4f

diff --git a/dev-python/braintree/braintree-4.18.0.ebuild b/dev-python/braintree/braintree-4.18.0.ebuild
new file mode 100644
index 000000000000..a74aca49c2a8
--- /dev/null
+++ b/dev-python/braintree/braintree-4.18.0.ebuild
@@ -0,0 +1,38 @@
+# 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_{8..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/
+"
+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	other threads:[~2023-01-12 11:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12 11:38 Michał Górny [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
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=1673523500.e4a7bcdb8a18f2985f04054400ace1b6a9ec9aa4.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