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

Felix Yan felixonmars at archlinux.org
Tue Feb 9 16:59:22 UTC 2021


    Date: Tuesday, February 9, 2021 @ 16:59:22
  Author: felixonmars
Revision: 851077

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 16:59:07 UTC (rev 851076)
+++ PKGBUILD	2021-02-09 16:59:22 UTC (rev 851077)
@@ -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.30
-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=('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
-}

Copied: python-btchip/repos/community-any/PKGBUILD (from rev 851076, python-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-09 16:59:22 UTC (rev 851077)
@@ -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.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
+}



More information about the arch-commits mailing list