From be5223db9c45a19262aa9523bf026366f3d60b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 4 May 2019 21:44:49 +0200 Subject: [PATCH] New package: tox-3.9.0 --- srcpkgs/tox/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tox/template diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template new file mode 100644 index 0000000000..6a8f1014bd --- /dev/null +++ b/srcpkgs/tox/template @@ -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 " +license="MIT" +homepage="https://tox.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz" +checksum=665cbdd99f5c196dd80d1d8db8c8cf5d48b1ae1f778bccd1bdf14d5aaf4ca0fc + +post_install() { + vlicense LICENSE +}