diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:27:05 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:27:05 -0300 |
| commit | 66459c4b8874bdbc90e42435a8d8efc98c378aa8 (patch) | |
| tree | 8227e448dbea2087c7a69a43dcea388493a90d32 /testing/py2-traceback2/APKBUILD | |
| parent | 72316e6a0372168b673ecb412a1d8b86b7a12d4c (diff) | |
| download | aports-66459c4b8874bdbc90e42435a8d8efc98c378aa8.tar.bz2 aports-66459c4b8874bdbc90e42435a8d8efc98c378aa8.tar.xz | |
testing/py2-traceback2: remove
- Python2 only
Diffstat (limited to 'testing/py2-traceback2/APKBUILD')
| -rw-r--r-- | testing/py2-traceback2/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py2-traceback2/APKBUILD b/testing/py2-traceback2/APKBUILD deleted file mode 100644 index 427cd8c2d0..0000000000 --- a/testing/py2-traceback2/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Stuart Cardall <developer@it-offshore.co.uk> -# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> -pkgname=py2-traceback2 -_pkgname=${pkgname#py2-*} -pkgver=1.4.0 -pkgrel=2 -pkgdesc="Backport of the Python3 stdlib traceback module" -options="!check" # Depends on py2-unittest2 for tests which depends on this package -url="https://github.com/testing-cabal/traceback2" -arch="noarch" -license="PSF" -depends="py2-linecache2" -makedepends="git py-setuptools py-pbr" -source="$pkgname-$pkgver.tar.gz::https://github.com/testing-cabal/$_pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" -replaces="py-traceback2 py3-traceback2" # Backwards compatibility - -build() { - git init # workaround python pbr picking up the git version from aports - python2 setup.py build -} - -package() { - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="33ef29ab051d5ddca1dc3e802cd0cbaf216067157b4e5bea4bb0481cd7a6758614fc551d614b5bcf3354757b315b9549bde9ff9c552980fb75ddb3aa31909d79 py2-traceback2-1.4.0.tar.gz" |
