Skip to content
Snippets Groups Projects
Commit 3f129e66 authored by Michał Polański's avatar Michał Polański Committed by Leo
Browse files

community/py3-nosexcover: move from testing

parent f295f477
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,13 @@ _pkgname=nose-xcover ...@@ -5,13 +5,13 @@ _pkgname=nose-xcover
pkgver=1.0.11 pkgver=1.0.11
pkgrel=3 pkgrel=3
pkgdesc="Extends nose.plugins.cover to add Cobertura-style XML reports" 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" arch="noarch"
license="MIT" license="MIT"
depends="py3-nose py3-coverage" depends="py3-nose py3-coverage"
makedepends="py3-setuptools" makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/$_pkgname/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/cmheisel/nose-xcover/archive/v$pkgver.tar.gz"
builddir="$srcdir/"$_pkgname-$pkgver builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-nosexcover" # Backwards compatibility replaces="py-nosexcover" # Backwards compatibility
provides="py-nosexcover=$pkgver-r$pkgrel" # Backwards compatibility provides="py-nosexcover=$pkgver-r$pkgrel" # Backwards compatibility
...@@ -27,4 +27,5 @@ check() { ...@@ -27,4 +27,5 @@ check() {
package() { package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
} }
sha512sums="e606e89b75d51c728d1487200f4a38afe1af93defabe6bd847b80d597374e7bb10abc2e5c8e6778bbd4f17ba8b8d7a601864a8277cd14437ee94a9e04996cf22 py3-nosexcover-1.0.11.tar.gz" sha512sums="e606e89b75d51c728d1487200f4a38afe1af93defabe6bd847b80d597374e7bb10abc2e5c8e6778bbd4f17ba8b8d7a601864a8277cd14437ee94a9e04996cf22 py3-nosexcover-1.0.11.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment