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

Felix Yan felixonmars at archlinux.org
Fri May 8 06:02:30 UTC 2020


    Date: Friday, May 8, 2020 @ 06:02:29
  Author: felixonmars
Revision: 625522

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 06:02:13 UTC (rev 625521)
+++ PKGBUILD	2020-05-08 06:02:29 UTC (rev 625522)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-braintree
-pkgver=4.0.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=('60b82da046cf95db1899d2c753ef924130c9aae7497c7b126eb7d23a883bc2492104b46617692b910a3c838c7a2119a40ff68f608f7ea0f538cd0b046d481b47')
-
-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 625521, python-braintree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 06:02:29 UTC (rev 625522)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list