diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-01 23:52:28 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:30:15 -0300 |
| commit | ff7247be4f718524afa56d989e951d71a2dad576 (patch) | |
| tree | fc01271f201f737435110e9e0e3d9e71227cc5db /testing/py3-hidapi | |
| parent | 059c7adfc2311f98b138e8b0a45244228a79fb26 (diff) | |
| download | aports-ff7247be4f718524afa56d989e951d71a2dad576.tar.bz2 aports-ff7247be4f718524afa56d989e951d71a2dad576.tar.xz | |
community/py3-hidapi: move from testing
Diffstat (limited to 'testing/py3-hidapi')
| -rw-r--r-- | testing/py3-hidapi/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-hidapi/APKBUILD b/testing/py3-hidapi/APKBUILD deleted file mode 100644 index 2e9386d029..0000000000 --- a/testing/py3-hidapi/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=py3-hidapi -pkgver=0.9.0 -pkgrel=0 -pkgdesc="Cython interface for hidapi" -url="https://github.com/trezor/cython-hidapi" -arch="all" -license="GPL-3.0-or-later" -depends="python3" -makedepends="py3-setuptools cython libusb-dev python3-dev eudev-dev hidapi-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/trezor/cython-hidapi/archive/$pkgver.tar.gz" -builddir="$srcdir/cython-hidapi-$pkgver" - -build() { - python3 setup.py build --with-system-hidapi -} - -check() { - python3 setup.py test --with-system-hidapi -} - -package() { - python3 setup.py install --with-system-hidapi --prefix=/usr --root="$pkgdir" -} - -sha512sums="0e019902cd20248c889d07c728619094c1fe4f9b12390047921f5b471f3cdd52f61f4f73767a5aab9dd743bff14cf949a609ede23d29ee2ba23d453916bb43c8 py3-hidapi-0.9.0.tar.gz" |
