aboutsummaryrefslogtreecommitdiffstats
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
parentf295f477dda6e6943a175db2ba8c80350a5378aa (diff)
downloadaports-3f129e66cd38dcee69b388697f64c92b187191cd.tar.bz2
aports-3f129e66cd38dcee69b388697f64c92b187191cd.tar.xz
community/py3-nosexcover: move from testing
-rw-r--r--community/py3-nosexcover/APKBUILD (renamed from testing/py3-nosexcover/APKBUILD)7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py3-nosexcover/APKBUILD b/community/py3-nosexcover/APKBUILD
index fb59e8182f..bad64c28bf 100644
--- a/testing/py3-nosexcover/APKBUILD
+++ b/community/py3-nosexcover/APKBUILD
@@ -5,13 +5,13 @@ _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/"
+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
+source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/nose-xcover/archive/v$pkgver.tar.gz"
+builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-nosexcover" # Backwards compatibility
provides="py-nosexcover=$pkgver-r$pkgrel" # Backwards compatibility
@@ -27,4 +27,5 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
+
sha512sums="e606e89b75d51c728d1487200f4a38afe1af93defabe6bd847b80d597374e7bb10abc2e5c8e6778bbd4f17ba8b8d7a601864a8277cd14437ee94a9e04996cf22 py3-nosexcover-1.0.11.tar.gz"