diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:26:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:26:41 -0300 |
commit | 72316e6a0372168b673ecb412a1d8b86b7a12d4c (patch) | |
tree | 7a5ee41b52b049fee3bcde5b5a822faf0ede9f7c /testing/py2-linecache2 | |
parent | 16eb2dc67a10251a80fb808f7f9177194b6a9bb4 (diff) | |
download | aports-72316e6a0372168b673ecb412a1d8b86b7a12d4c.tar.bz2 aports-72316e6a0372168b673ecb412a1d8b86b7a12d4c.tar.xz |
testing/py2-linecache2: remove
- Python2 only
Diffstat (limited to 'testing/py2-linecache2')
-rw-r--r-- | testing/py2-linecache2/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py2-linecache2/APKBUILD b/testing/py2-linecache2/APKBUILD deleted file mode 100644 index 08d5236727..0000000000 --- a/testing/py2-linecache2/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Stuart Cardall <developer@it-offshore.co.uk> -# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> -pkgname=py2-linecache2 -_pkgname=${pkgname#py2-*} -pkgver=1.0.0 -pkgrel=1 -pkgdesc="Backport of the Python3 stdlib linecache module" -url="https://github.com/testing-cabal/linecache2" -arch="noarch" -license="Python-2.0" -depends="python2" -makedepends="py-setuptools py-pbr git" -options="!check" # Causes cyclic dependency loop between it py2-traceback2 and py2-unittest2 -source="$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/$_pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - git init # Work around pbr - python2 setup.py build -} - -package() { - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="02163afa1dcaebd4c22e7195b9cbcd0d301d5920ff18310c2addf6563edf93e386daf642a560d8158cad25c2f5547c8ee23ec3a5490d3d54323f47adeea3e8df py2-linecache2-1.0.0.tar.gz" |