python3-Mako: drop tox from checkdepends
This commit is contained in:
parent
d92e05b4ed
commit
3c292d48f4
|
@ -6,7 +6,7 @@ wrksrc="Mako-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-MarkupSafe"
|
depends="python3-setuptools python3-MarkupSafe"
|
||||||
checkdepends="tox"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Hyperfast and lightweight templating for Python3"
|
short_desc="Hyperfast and lightweight templating for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -15,10 +15,6 @@ distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
|
||||||
checksum=8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
|
checksum=8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
|
||||||
conflicts="python-Mako>=0"
|
conflicts="python-Mako>=0"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
tox -e py27,py${py3_ver/./}
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue