[arch-commits] Commit in python-braintree/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 14 06:49:16 UTC 2017
Date: Thursday, December 14, 2017 @ 06:49:15
Author: felixonmars
Revision: 274347
archrelease: copy trunk to community-any
Added:
python-braintree/repos/community-any/PKGBUILD
(from rev 274346, python-braintree/trunk/PKGBUILD)
Deleted:
python-braintree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 06:48:52 UTC (rev 274346)
+++ PKGBUILD 2017-12-14 06:49:15 UTC (rev 274347)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.39.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a braintree_python{,-py2}
-}
-
-build() {
- cd "$srcdir"/braintree_python
- python setup.py build
-
- cd "$srcdir"/braintree_python-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/braintree_python
- nosetests3 tests/unit
-
- cd "$srcdir"/braintree_python-py2
- nosetests2 tests/unit
-}
-
-package_python-braintree() {
- depends=('python-requests')
-
- cd braintree_python
- python setup.py install -O1 --root="$pkgdir"
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
- depends=('python2-requests')
-
- cd braintree_python-py2
- python2 setup.py install -O1 --root="$pkgdir"
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-braintree/repos/community-any/PKGBUILD (from rev 274346, python-braintree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-14 06:49:15 UTC (rev 274347)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.39.1
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -a braintree_python{,-py2}
+}
+
+build() {
+ cd "$srcdir"/braintree_python
+ python setup.py build
+
+ cd "$srcdir"/braintree_python-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/braintree_python
+ nosetests3 tests/unit
+
+ cd "$srcdir"/braintree_python-py2
+ nosetests2 tests/unit
+}
+
+package_python-braintree() {
+ depends=('python-requests')
+
+ cd braintree_python
+ python setup.py install -O1 --root="$pkgdir"
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+ depends=('python2-requests')
+
+ cd braintree_python-py2
+ python2 setup.py install -O1 --root="$pkgdir"
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list