diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:27:30 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:27:30 -0300 |
| commit | 042d7e4d3d48d0be2a83cc15c246d00709bcbbc6 (patch) | |
| tree | 070ca759de95d3320254724a6e0a78e47dc22f6c /testing | |
| parent | 66459c4b8874bdbc90e42435a8d8efc98c378aa8 (diff) | |
| download | aports-042d7e4d3d48d0be2a83cc15c246d00709bcbbc6.tar.bz2 aports-042d7e4d3d48d0be2a83cc15c246d00709bcbbc6.tar.xz | |
testing/py2-unittest2: remove
- Python2 only
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py2-unittest2/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py2-unittest2/APKBUILD b/testing/py2-unittest2/APKBUILD deleted file mode 100644 index a0c55853ad..0000000000 --- a/testing/py2-unittest2/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Stuart Cardall <developer@it-offshore.co.uk> -# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> -pkgname=py2-unittest2 -_pkgname=${pkgname#py2-*} -pkgver=1.1.0 -pkgrel=0 -pkgdesc="Backport of the Python3 enhanced unittest testing framework" -url="https://pypi.python.org/pypi/unittest2" -arch="noarch" -license="PSF" -depends="py2-six py2-argparse py2-traceback2 py2-linecache2" -makedepends="python2-dev py-setuptools" -source="$pkgname-$pkgver.tar.gz::http://http.debian.net/debian/pool/main/u/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - cd "$builddir" - python2 setup.py build -} - -check() { - cd "$builddir" - python2 -m unittest2 discover -} - -package() { - cd "$builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="3fba15728905f437767416ab4fd3573d3fb2319486ef84c52a9fa930ea84aa1f2ae29d6f58993e3509083625790e17b1ef8d9ac5de0e166c254897a3e7a202fa py2-unittest2-1.1.0.tar.gz" |
