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

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:20:45 UTC 2017


    Date: Monday, September 11, 2017 @ 19:20:44
  Author: jelle
Revision: 256990

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 19:20:34 UTC (rev 256989)
+++ PKGBUILD	2017-09-11 19:20:44 UTC (rev 256990)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python2-btchip
-pkgver=0.1.20
-pkgrel=1
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python2-hidapi')
-makedepends=('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=('39c03103c4b92c7abe009701e5c02a37a3e86c2a5b9f52b8de8efaca85fd545a')
-
-build() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 256989, python2-btchip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 19:20:44 UTC (rev 256990)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-btchip
+pkgver=0.1.20
+pkgrel=2
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('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=('39c03103c4b92c7abe009701e5c02a37a3e86c2a5b9f52b8de8efaca85fd545a')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list