aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pylspci/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pylspci/APKBUILD')
-rw-r--r--testing/py3-pylspci/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-pylspci/APKBUILD b/testing/py3-pylspci/APKBUILD
deleted file mode 100644
index 848ad999b0f..00000000000
--- a/testing/py3-pylspci/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Erwan Rouchet <lucidiot@brainshit.fr>
-# Maintainer: Erwan Rouchet <lucidiot@brainshit.fr>
-pkgname=py3-pylspci
-pkgver=0.4.0
-pkgrel=0
-pkgdesc="Python wrapper for lspci"
-url="https://lucidiot.gitlab.io/pylspci"
-arch="noarch"
-license="GPL-3.0-only"
-depends="py3-cached-property>=1.5.1 pciutils"
-makedepends="py3-setuptools"
-source="https://gitlab.com/Lucidiot/pylspci/-/archive/$pkgver/pylspci-$pkgver.tar.gz"
-builddir="$srcdir/pylspci-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-50c9723ee476104d2150885db1778fc49f603ed3584501bb431c571e5cf2538cecde3d1722aedfb3b6a30fc98d7460afd08e5697dffa9bc0044a24faf2f4e187 pylspci-0.4.0.tar.gz
-"