aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-03-03 23:51:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-09 16:21:16 -0300
commit3f129e66cd38dcee69b388697f64c92b187191cd (patch)
tree872ed9d294db0fe8363edeb53dd87c6743c82d08 /testing
parentf295f477dda6e6943a175db2ba8c80350a5378aa (diff)
downloadaports-3f129e66cd38dcee69b388697f64c92b187191cd.tar.bz2
aports-3f129e66cd38dcee69b388697f64c92b187191cd.tar.xz
community/py3-nosexcover: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-nosexcover/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-nosexcover/APKBUILD b/testing/py3-nosexcover/APKBUILD
deleted file mode 100644
index fb59e8182f..0000000000
--- a/testing/py3-nosexcover/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
-# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
-pkgname=py3-nosexcover
-_pkgname=nose-xcover
-pkgver=1.0.11
-pkgrel=3
-pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports"
-url="https://github.com/cmheisel/nose-xcover/"
-arch="noarch"
-license="MIT"
-depends="py3-nose py3-coverage"
-makedepends="py3-setuptools"
-source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/$_pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/"$_pkgname-$pkgver
-
-replaces="py-nosexcover" # Backwards compatibility
-provides="py-nosexcover=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- nosetests -v nosexcover/tests.py
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-sha512sums="e606e89b75d51c728d1487200f4a38afe1af93defabe6bd847b80d597374e7bb10abc2e5c8e6778bbd4f17ba8b8d7a601864a8277cd14437ee94a9e04996cf22 py3-nosexcover-1.0.11.tar.gz"