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

Felix Yan felixonmars at archlinux.org
Wed May 22 07:55:39 UTC 2019


    Date: Wednesday, May 22, 2019 @ 07:55:38
  Author: felixonmars
Revision: 468306

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 07:55:27 UTC (rev 468305)
+++ PKGBUILD	2019-05-22 07:55:38 UTC (rev 468306)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-braintree
-pkgver=3.53.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=('84456dd45b8df76a329fb13d588aa9b9116a116dfbe184f1ff0af9178c4dd09dc62fd1391933e53be021fb5e2cfa36f2561edb5e5075036d5f7dffda169ebeff')
-
-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 468305, python-braintree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-22 07:55:38 UTC (rev 468306)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list