[arch-commits] Commit in python2-hidapi/repos (4 files)

2016-09-23 Thread Timothy Redaelli
Date: Saturday, September 24, 2016 @ 01:14:15
  Author: tredaelli
Revision: 190227

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-hidapi/repos/community-i686/PKGBUILD
(from rev 190226, python2-hidapi/trunk/PKGBUILD)
  python2-hidapi/repos/community-x86_64/PKGBUILD
(from rev 190226, python2-hidapi/trunk/PKGBUILD)
Deleted:
  python2-hidapi/repos/community-i686/PKGBUILD
  python2-hidapi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 01:14:04 UTC (rev 190226)
+++ community-i686/PKGBUILD 2016-09-24 01:14:15 UTC (rev 190227)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url="https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
-
-build() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-hidapi/repos/community-i686/PKGBUILD (from rev 190226, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 01:14:15 UTC (rev 190227)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python2-hidapi
+pkgver=0.7.99.19
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=1
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url="https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('890dea8bd8c4d35e1f1b29a9a3431aa1ee79ee1baf86cacb5913983a5bec5689')
+
+build() {
+  cd "${pkgname#python2-}-$_pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname#python2-}-$_pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 01:14:04 UTC (rev 190226)
+++ community-x86_64/PKGBUILD   2016-09-24 01:14:15 UTC (rev 190227)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url="https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
-
-build() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-hidapi/repos/community-x86_64/PKGBUILD (from rev 190226, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 01:14:15 UTC (rev 190227)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy 

[arch-commits] Commit in python2-hidapi/repos (4 files)

2015-03-17 Thread Timothy Redaelli
Date: Tuesday, March 17, 2015 @ 15:13:08
  Author: tredaelli
Revision: 129422

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python2-hidapi/repos/community-i686/
  python2-hidapi/repos/community-i686/PKGBUILD
(from rev 129421, python2-hidapi/trunk/PKGBUILD)
  python2-hidapi/repos/community-x86_64/PKGBUILD
(from rev 129421, python2-hidapi/trunk/PKGBUILD)
Deleted:
  python2-hidapi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   31 +++
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 ---
 3 files changed, 62 insertions(+), 31 deletions(-)

Copied: python2-hidapi/repos/community-i686/PKGBUILD (from rev 129421, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-17 14:13:08 UTC (rev 129422)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-17 14:12:40 UTC (rev 129421)
+++ community-x86_64/PKGBUILD   2015-03-17 14:13:08 UTC (rev 129422)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=python2-hidapi
-pkgver=0.7.99.5
-_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=A Cython interface to the hidapi from signal11/hidapi
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url=https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
-
-build() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname#python2-}-$_pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
-  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-hidapi/repos/community-x86_64/PKGBUILD (from rev 129421, 
python2-hidapi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-17 14:13:08 UTC (rev 129422)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=python2-hidapi
+pkgver=0.7.99.5
+_pkgver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc=A Cython interface to the hidapi from signal11/hidapi
+arch=('i686' 'x86_64')
+depends=('libusb' 'python2')
+makedepends=('cython2' 'python2-setuptools')
+url=https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.python.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
+sha256sums=('9316c34c25a441e0c3f478a5a09a9e360e03d5bf5cf34e7f425419d3d3b6c8ac')
+
+build() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#python2-}-$_pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  install -dm 755 $pkgdir/usr/share/licenses/$pkgname
+  echo You are free to use cython-hidapi code for any purpose.  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}