python3-Mako: drop tox from checkdepends
This commit is contained in:
parent
d92e05b4ed
commit
3c292d48f4
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue