void-packages/srcpkgs/tox/template
2019-09-17 22:39:25 +02:00

20 lines
688 B
Bash

# Template file for 'tox'
pkgname=tox
version=3.14.0
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=c4f6b319c20ba4913dbfe71ebfd14ff95d1853c4231493608182f66e566ecfe1
post_install() {
vlicense LICENSE
}