aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-06 12:45:15 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-06 13:12:34 +0100
commit6c15c8d59dad0a4543ea2387a2af4f84b5986a98 (patch)
tree949a04c399079300a75fe84be42124820edf7b24 /testing
parent237ebb0224184f9cc3706241bf5b68dc601ac153 (diff)
downloadaports-6c15c8d59dad0a4543ea2387a2af4f84b5986a98.tar.bz2
aports-6c15c8d59dad0a4543ea2387a2af4f84b5986a98.tar.xz
community/py3-xlib: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-xlib/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-xlib/APKBUILD b/testing/py3-xlib/APKBUILD
deleted file mode 100644
index c1183e7072..0000000000
--- a/testing/py3-xlib/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Ivan Tham <pickfire@riseup.net>
-# Maintainer: Ivan Tham <pickfire@riseup.net>
-pkgname=py3-xlib
-_pkgname=python-xlib
-pkgver=0.25
-pkgrel=1
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib"
-arch="noarch"
-license="LGPL-2.1-or-later"
-depends="py3-six"
-checkdepends="xvfb-run py3-mock"
-makedepends="py3-setuptools"
-source="https://github.com/$_pkgname/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-xlib" # Backwards compatibility
-provides="py-xlib=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- xvfb-run python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="616020b740ec80c1c33e1b2934674c14b6c4c9eef5d217b4b89b0316d0bf2d90e604f22269fd7b24882f27f010ff39ec530c262897fcd6b481451002956e38ce python-xlib-0.25.tar.bz2"