diff --git a/srcpkgs/python3-pytest-forked/template b/srcpkgs/python3-pytest-forked/template new file mode 100644 index 00000000000..df82db9de16 --- /dev/null +++ b/srcpkgs/python3-pytest-forked/template @@ -0,0 +1,21 @@ +# Template file for 'python3-pytest-forked' +pkgname=python3-pytest-forked +version=1.4.0 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-setuptools_scm" +depends="python3-pytest" +short_desc="Run pytest tests in a forked subprocess" +maintainer="classabbyamp " +license="MIT" +homepage="https://github.com/pytest-dev/pytest-forked" +changelog="https://raw.githubusercontent.com/pytest-dev/pytest-forked/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/p/pytest-forked/pytest-forked-${version}.tar.gz" +checksum=8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e +# tests only work inside tox +make_check=no + +post_install() { + vlicense LICENSE +}