void-packages/srcpkgs/tox/template
2019-11-19 22:40:44 +01:00

20 lines
688 B
Bash

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