mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
python-Jinja2: drop tox from checkdepends
This commit is contained in:
parent
3c292d48f4
commit
e8754431ef
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@ wrksrc="Jinja2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-MarkupSafe"
|
depends="python-MarkupSafe"
|
||||||
checkdepends="tox python-MarkupSafe python3-MarkupSafe python-pytest python3-pytest"
|
checkdepends="python-MarkupSafe python3-MarkupSafe python-pytest python3-pytest"
|
||||||
short_desc="Full featured template engine (Python2)"
|
short_desc="Full featured template engine (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -16,7 +16,8 @@ distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0
|
checksum=89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py,py27,docs
|
PYTHONPATH=src python2 -m pytest
|
||||||
|
PYTHONPATH=src python3 -m pytest
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue