void-packages/srcpkgs/tox/template
2019-07-16 15:55:47 +02:00

20 lines
688 B
Bash

# Template file for 'tox'
pkgname=tox
version=3.13.2
revision=1
build_style=python3-module
pycompile_module="tox"
hostmakedepends="python3-setuptools"
depends="python3-filelock python3-importlib_metadata python3-packaging
python3-pluggy python3-pytest python3-toml python3-virtualenv"
checkdepends="${depends} python3-flaky python3-pathlib2"
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"
checksum=ee35ffce74933a6c6ac10c9a0182e41763140a5a5070e21b114feca56eaccdcd
post_install() {
vlicense LICENSE
}