void-packages/srcpkgs/tox/template

21 lines
688 B
Bash
Raw Normal View History

2019-05-04 19:44:49 +00:00
# Template file for 'tox'
pkgname=tox
2019-07-15 16:54:22 +00:00
version=3.13.2
2019-05-04 19:44:49 +00:00
revision=1
build_style=python3-module
pycompile_module="tox"
hostmakedepends="python3-setuptools"
2019-07-15 16:54:22 +00:00
depends="python3-filelock python3-importlib_metadata python3-packaging
python3-pluggy python3-pytest python3-toml python3-virtualenv"
checkdepends="${depends} python3-flaky python3-pathlib2"
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-07-15 16:54:22 +00:00
checksum=ee35ffce74933a6c6ac10c9a0182e41763140a5a5070e21b114feca56eaccdcd
2019-05-04 19:44:49 +00:00
post_install() {
vlicense LICENSE
}