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

Antonio Rojas arojas at archlinux.org
Thu Apr 15 18:52:40 UTC 2021


    Date: Thursday, April 15, 2021 @ 18:52:39
  Author: arojas
Revision: 919189

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 18:52:34 UTC (rev 919188)
+++ PKGBUILD	2021-04-15 18:52:39 UTC (rev 919189)
@@ -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.31
-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")
-sha512sums=('dd943df6724131e79b2f556303df6f21a859ddbfe02ade5aaa9b39fb305f6faf5b4a6eb645791c4441c6a7464e95ca1122398f4a0c18fc64464bfb145048dbf7')
-
-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 919188, python-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-15 18:52:39 UTC (rev 919189)
@@ -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.32
+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/$pkgver.tar.gz")
+sha512sums=('ec9218743fdb71af794bc8e3bf27c3c40bec5b4f90376288e360f4de004eb5acf85a5aaba06ec76c670b4f7e14281b8cc3c3b23f4348de6d65a4b978d7aa8acb')
+
+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