diff --git a/srcpkgs/python3-process-tests/template b/srcpkgs/python3-process-tests/template new file mode 100644 index 00000000000..3f129be9880 --- /dev/null +++ b/srcpkgs/python3-process-tests/template @@ -0,0 +1,19 @@ +# Template file for 'python3-process-tests' +pkgname=python3-process-tests +version=2.1.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +short_desc="Tools for testing processes" +maintainer="Gonzalo TornarĂ­a " +license="BSD-2-Clause" +homepage="https://github.com/ionelmc/python-process-tests" +changelog="https://raw.githubusercontent.com/ionelmc/python-process-tests/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/p/process-tests/process-tests-${version}.tar.gz" +checksum=a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba +make_check=no # no tests available + +post_install() { + vlicense LICENSE +}