# Template file for 'python3-nose2'
pkgname=python3-nose2
version=0.14.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-coverage python3-six"
checkdepends="python3-pluggy tox"
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=7f8f03a21c9de2c33015933afcef72bf8e4a2d5dfec3b40092287de6e41b093a
conflicts="python-nose2>=0"

post_install() {
	vlicense LICENSE
}

do_check() {
	python3 -m tox -e py
}
