void-packages/srcpkgs/tox/template

20 lines
610 B
Bash
Raw Normal View History

2019-05-04 19:44:49 +00:00
# Template file for 'tox'
pkgname=tox
2019-05-17 18:00:35 +00:00
version=3.11.1
2019-05-04 19:44:49 +00:00
revision=1
build_style=python3-module
pycompile_module="tox"
hostmakedepends="python3-setuptools"
depends="python3-filelock python3-pytest python3-toml python3-virtualenv"
2019-05-15 10:26:08 +00:00
checkdepends="${depends} python3-flaky"
2019-05-04 19:44:49 +00:00
short_desc="Generic virtualenv management and test command line tool"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://tox.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
2019-05-17 18:00:35 +00:00
checksum=1fa40cf60654c981ae8f0dafc8b87fe4ffd1ec3381d90694b97e1eec02e0b5d9
2019-05-04 19:44:49 +00:00
post_install() {
vlicense LICENSE
}