void-packages/srcpkgs/python3-nose2/template

20 lines
602 B
Bash
Raw Normal View History

2020-09-20 14:40:40 +00:00
# Template file for 'python3-nose2'
pkgname=python3-nose2
version=0.8.0
2020-10-07 13:55:52 +00:00
revision=4
2020-09-20 14:40:40 +00:00
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
}