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

Jelle van der Waa jelle at archlinux.org
Fri Sep 7 14:31:35 UTC 2018


    Date: Friday, September 7, 2018 @ 14:31:34
  Author: jelle
Revision: 378613

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-07 14:31:17 UTC (rev 378612)
+++ PKGBUILD	2018-09-07 14:31:34 UTC (rev 378613)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgbase=python-btchip
-pkgname=('python-btchip' "python2-btchip")
-pkgver=0.1.27
-pkgrel=2
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('btchip-udev: access BTChip as non-root user')
-url="https://github.com/LedgerHQ/btchip-python"
-license=('Apache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz")
-sha256sums=('1114b90f0fd56138dd320b94083ad05c5032a01d6008344479268b8f8e4e9110')
-
-prepare() {
-  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
-}
-
-build() {
-  cd "btchip-python-$pkgver"
-  python setup.py build
-
-  cd "../btchip-python2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-btchip() {
-  depends=('python-hidapi')
-
-  cd "btchip-python-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-btchip() {
-  depends=('python2-hidapi')
-
-  cd "btchip-python2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-

Copied: python-btchip/repos/community-any/PKGBUILD (from rev 378612, python-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-07 14:31:34 UTC (rev 378613)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgbase=python-btchip
+pkgname=('python-btchip' "python2-btchip")
+pkgver=0.1.28
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python"
+license=('Apache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz")
+sha256sums=('b257357321afc641c15deb7b7cc5f6c54a060739dfb4acddc55fdbd18ba17917')
+
+prepare() {
+  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
+}
+
+build() {
+  cd "btchip-python-$pkgver"
+  python setup.py build
+
+  cd "../btchip-python2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-btchip() {
+  depends=('python-hidapi')
+
+  cd "btchip-python-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-btchip() {
+  depends=('python2-hidapi')
+
+  cd "btchip-python2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+



More information about the arch-commits mailing list