void-packages/srcpkgs/tox/template
Đoàn Trần Công Danh 47d131f637 tox: drop python3.8 backported deps
importlib_metadata is backport of Python 3.8's standard library for
older Python.

We've upgraded to Python 3.8, drop it.

See: https://importlib-metadata.readthedocs.io/en/latest/
2020-01-29 19:19:32 +01:00

19 lines
638 B
Bash

# Template file for 'tox'
pkgname=tox
version=3.14.3
revision=2
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=06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3
post_install() {
vlicense LICENSE
}