mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: tox-3.9.0
This commit is contained in:
parent
2e1d115ead
commit
be5223db9c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/tox/template
Normal file
19
srcpkgs/tox/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'tox'
|
||||||
|
pkgname=tox
|
||||||
|
version=3.9.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="tox"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-filelock python3-pytest python3-toml python3-virtualenv"
|
||||||
|
checkdepends="${depends}"
|
||||||
|
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=665cbdd99f5c196dd80d1d8db8c8cf5d48b1ae1f778bccd1bdf14d5aaf4ca0fc
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue