mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
python3-cheetah3: drop tox from checkdepends
This commit is contained in:
parent
f808ab7954
commit
d92e05b4ed
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="tox python3-setuptools python3-Markdown python3-Pygments"
|
checkdepends="python3-Markdown python3-Pygments"
|
||||||
short_desc="Python-powered template engine and code generator"
|
short_desc="Python-powered template engine and code generator"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -17,7 +17,8 @@ checksum=f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b
|
||||||
conflicts="python-cheetah>=0"
|
conflicts="python-cheetah>=0"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py${py3_ver/./}
|
cp build/lib*/Cheetah/*.so Cheetah
|
||||||
|
PATH="./bin:${PATH}" PYTHONPATH="." python3 Cheetah/Tests/Test.py
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue