# Template file for 'python3-nose2' pkgname=python3-nose2 version=0.14.2 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 " license="BSD-2-Clause" homepage="https://github.com/nose-devs/nose2" changelog="https://docs.nose2.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/n/nose2/nose2-${version}.tar.gz" checksum=29e581efcef01a1aba391e817b121a681e9841b3299c1110bba8b1cd1d4074bf conflicts="python-nose2>=0" post_install() { vlicense LICENSE } do_check() { python3 -m tox -e py }