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

Felix Yan felixonmars at archlinux.org
Fri Jun 28 03:29:02 UTC 2019


    Date: Friday, June 28, 2019 @ 03:29:01
  Author: felixonmars
Revision: 485199

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-28 03:28:51 UTC (rev 485198)
+++ PKGBUILD	2019-06-28 03:29:01 UTC (rev 485199)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-braintree
-pkgver=3.54.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=('a1e3f7c52917adad4ae1854dd86d8c8f0acad071c09b91ccc3f88550ae70177731ea70b237eec7d8ac831437f229c3743b6b4da33535aed4811748b4b2bfbfd1')
-
-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 485198, python-braintree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-28 03:29:01 UTC (rev 485199)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-braintree
+pkgver=3.55.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=('6074a23f52cece1323eeafefb51074c5229ad0eb07617403247951363eb3b71531e26ecc91a390f1e9c7346bdd502f708abb9f02bc3b915b799977f36aa973b9')
+
+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