aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-libevdev/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-libevdev/APKBUILD')
-rw-r--r--testing/py3-libevdev/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-libevdev/APKBUILD b/testing/py3-libevdev/APKBUILD
deleted file mode 100644
index 2dc2b9a9030..00000000000
--- a/testing/py3-libevdev/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-libevdev
-_pkgname=python-libevdev
-pkgver=0.8
-pkgrel=0
-pkgdesc="Python3 wrapper around the evdev library"
-url="https://python-libevdev.readthedocs.io/en/latest"
-arch="noarch"
-license="MIT"
-depends="libevdev python3"
-checkdepends="py3-pytest"
-source="$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/libevdev/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- PYTHONPATH=. pytest-3 test/*.py
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="dbade600f2f0887c6702e5569b5b8132d636411c589395bb9770efd261c5a44479d43faecb683df45c03233e715c713daa9e70400c03ba4e7e1e2ada11128d61 py3-libevdev-0.8.tar.gz"