From 6af97ec7df1dfb4c61e260504546fc0caea7ddcf Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 2 Mar 2020 01:30:21 -0300 Subject: community/py3-usb: move from testing --- testing/py3-usb/APKBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 testing/py3-usb/APKBUILD (limited to 'testing') diff --git a/testing/py3-usb/APKBUILD b/testing/py3-usb/APKBUILD deleted file mode 100644 index 4c22963726..0000000000 --- a/testing/py3-usb/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Marian Buschsieweke -pkgname=py3-usb -_pkgname=pyusb -pkgver=1.0.2 -pkgrel=3 -pkgdesc="PyUSB offers easy USB devices communication in Python3" -url="https://github.com/pyusb/pyusb" -arch="noarch" -license="BSD-3-Clause" -depends="python3" -makedepends="py3-setuptools" -source="$pkgname-$pkgver.tar.gz::https://github.com/pyusb/pyusb/archive/v$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -replaces="py-usb" # Backwards compatibility -provides="py-usb=$pkgver-r$pkgrel" # Backwards compatibility - -build() { - python3 setup.py build -} - -check() { - cd tests - python3 testall.py -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="6a264b796e17612004196a7a526a7c6df99feac9062f8354540221016411a78a65d413731aea2fc1206ed5ea2b84787078898b9ca3754164f1dfe2a9878b75a5 py3-usb-1.0.2.tar.gz" -- cgit v1.2.3