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

Antonio Rojas arojas at archlinux.org
Tue Oct 20 17:54:49 UTC 2020


    Date: Tuesday, October 20, 2020 @ 17:54:49
  Author: arojas
Revision: 727642

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 17:54:39 UTC (rev 727641)
+++ PKGBUILD	2020-10-20 17:54:49 UTC (rev 727642)
@@ -1,26 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python-btchip
-pkgver=0.1.28
-pkgrel=2
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python-hidapi')
-makedepends=('python-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')
-
-build() {
-  cd "btchip-python-$pkgver"
-  python setup.py build
-}
-
-package_python-btchip() {
-  cd "btchip-python-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-btchip/repos/community-any/PKGBUILD (from rev 727641, python-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-20 17:54:49 UTC (rev 727642)
@@ -0,0 +1,26 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python-btchip
+pkgver=0.1.30
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python-hidapi')
+makedepends=('python-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=('66f999b728b168cb24374ddcf32a8315cbe76d9550640f414d1b8a7db4c5998b')
+
+build() {
+  cd "btchip-python-$pkgver"
+  python setup.py build
+}
+
+package_python-btchip() {
+  cd "btchip-python-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list