diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 11:08:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 11:08:39 -0300 |
commit | 2bb94a60765e459640a20d434eb4ead407cac3d1 (patch) | |
tree | 788d681eb7a4c0e1a1d7517442e7e6754648673a | |
parent | 5a5f7fac8c1a920738cdcb2ad90196cd7d515e0b (diff) | |
download | aports-2bb94a60765e459640a20d434eb4ead407cac3d1.tar.bz2 aports-2bb94a60765e459640a20d434eb4ead407cac3d1.tar.xz |
testing/py-ev: drop
- Incompatible with Python higher than 3.2
- No development
-rw-r--r-- | testing/py-ev/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py-ev/APKBUILD b/testing/py-ev/APKBUILD deleted file mode 100644 index 0b82fbde74..0000000000 --- a/testing/py-ev/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-ev -_pkgname=pyev-static -pkgver=0.9.5 -pkgrel=0 -pkgdesc="A Python libev interface" -url="https://pypi.org/project/pyev-static/" -arch="all" -license="GPL-3.0" -depends="python2" -makedepends="python2-dev py-setuptools libev-dev" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build -} - -check() { - cd "$builddir" - python2 setup.py test -} - -package() { - cd "$builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="8f20c4821a8d4bde5c01cebaa3ec90e292460ccb4ae51af8384c3bc524c05ec291033005798926bdd27b8c7c538efff69b89178ffb05bf0540905f4b7017f422 pyev-static-0.9.5.tar.gz" |