20 lines
706 B
Bash
20 lines
706 B
Bash
# Template file for 'tox'
|
|
pkgname=tox
|
|
version=3.20.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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/"
|
|
changelog="https://tox.readthedocs.io/en/latest/changelog.html"
|
|
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
|
checksum=4321052bfe28f9d85082341ca8e233e3ea901fdd14dab8a5d3fbd810269fbaf6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|