void-packages/srcpkgs/tox/template
2020-02-22 17:23:52 +01:00

19 lines
638 B
Bash

# Template file for 'tox'
pkgname=tox
version=3.14.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-filelock 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=676f1e3e7de245ad870f956436b84ea226210587d1f72c8dfb8cd5ac7b6f0e70
post_install() {
vlicense LICENSE
}