void-packages/srcpkgs/tox/template
2019-06-29 22:29:44 +02:00

19 lines
610 B
Bash

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