aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-03-03 18:46:55 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-04 04:15:19 -0300
commitcaf6a445801823055d05548fa81dddc4af13bbfc (patch)
treedb0cddf4146581df52ce26c1a4a24f3704e69d06 /testing
parent3e7f27b3c6a1fbc049ecfaa4a2ff31f07086e822 (diff)
downloadaports-caf6a445801823055d05548fa81dddc4af13bbfc.tar.bz2
aports-caf6a445801823055d05548fa81dddc4af13bbfc.tar.xz
community/py3-testrepository: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-testrepository/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py3-testrepository/APKBUILD b/testing/py3-testrepository/APKBUILD
deleted file mode 100644
index cc998cc859..0000000000
--- a/testing/py3-testrepository/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Robert Sacks <robert@sacks.email>
-# Maintainer: Robert Sacks <robert@sacks.email>
-pkgname=py3-testrepository
-_pyname=testrepository
-pkgver=0.0.20
-pkgrel=0
-pkgdesc="A repository of test results"
-url="https://launchpad.net/testrepository"
-arch="noarch"
-license="Apache-2.0 OR BSD-3-Clause"
-options="!check" # Test suite issues
-depends="python3 py3-fixtures py3-subunit py3-testtools"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
- rm -rf "$pkgdir"/usr/lib/python3.8/site-packages/testrepository/tests
-}
-
-sha512sums="df14500e2b27b6f39d9d4c4f42961efd63dfe25186e561eb1678952a8ab9311f17c36b78819fea33e0ac879c47a33d45c31ff58be017609c8a6157905ee712d6 testrepository-0.0.20.tar.gz"