20 lines
602 B
Bash
20 lines
602 B
Bash
# Template file for 'python3-nose2'
|
|
pkgname=python3-nose2
|
|
version=0.8.0
|
|
revision=5
|
|
wrksrc="nose2-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-coverage python3-six"
|
|
short_desc="Next generation of nicer testing (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/nose-devs/nose2"
|
|
distfiles="${PYPI_SITE}/n/nose2/nose2-${version}.tar.gz"
|
|
checksum=9052f2b46807b63d9bdf68e0768da1f8386368889b50043fd5d0889c470258f3
|
|
conflicts="python-nose2>=0"
|
|
|
|
post_install() {
|
|
vlicense license.txt
|
|
}
|