diff --git a/srcpkgs/python3-pytest-subtests/template b/srcpkgs/python3-pytest-subtests/template new file mode 100644 index 00000000000..078df4a28ef --- /dev/null +++ b/srcpkgs/python3-pytest-subtests/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pytest-subtests' +pkgname=python3-pytest-subtests +version=0.4.0 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools_scm" +depends="python3-pytest" +checkdepends="$depends" +short_desc="Subtest fixture for python3-pytest" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://github.com/pytest-dev/pytest-subtests" +distfiles="${PYPI_SITE}/p/pytest-subtests/pytest-subtests-${version}.tar.gz" +checksum=8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b + +post_install() { + vlicense LICENSE +}