python3-Mako: drop tox from checkdepends

This commit is contained in:
Andrew J. Hesford 2020-12-17 11:39:56 -05:00
parent d92e05b4ed
commit 3c292d48f4

View file

@ -6,7 +6,7 @@ wrksrc="Mako-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-MarkupSafe"
checkdepends="tox"
checkdepends="python3-pytest $depends"
short_desc="Hyperfast and lightweight templating for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
@ -15,10 +15,6 @@ distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
checksum=8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
conflicts="python-Mako>=0"
do_check() {
tox -e py27,py${py3_ver/./}
}
post_install() {
vlicense LICENSE
}