[arch-commits] Commit in python-braintree/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 30 21:03:22 UTC 2020


    Date: Tuesday, June 30, 2020 @ 21:03:14
  Author: felixonmars
Revision: 657208

archrelease: copy trunk to community-any

Added:
  python-braintree/repos/community-any/PKGBUILD
    (from rev 657207, python-braintree/trunk/PKGBUILD)
Deleted:
  python-braintree/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 21:02:51 UTC (rev 657207)
+++ PKGBUILD	2020-06-30 21:03:14 UTC (rev 657208)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-braintree
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python"
-license=('MIT')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz")
-sha512sums=('abf91f19cd0421d5628ec7e9370f66a976f2251f49407ee30e6befd33715a17af6ef493bf3f71e2584c310ffb719acdbd9b73399869b74d8928a7026e3805772')
-
-build() {
-  cd braintree_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd braintree_python-$pkgver
-  nosetests3 tests/unit
-}
-
-package() {
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 657207, python-braintree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-30 21:03:14 UTC (rev 657208)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-braintree
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python"
+license=('MIT')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz")
+sha512sums=('5b107a6bd3bc9c1c58b9c52ec2fcd7788942f4c311f6df4909f305781a8ae2d9ceb3189b5cec5704e58bb35745d71bdd8cf10704f6ddd7bcefd33f5432fe5470')
+
+build() {
+  cd braintree_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd braintree_python-$pkgver
+  nosetests3 tests/unit
+}
+
+package() {
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list