diff --git a/srcpkgs/python3-pytest-env/template b/srcpkgs/python3-pytest-env/template new file mode 100644 index 00000000000..ecfb96cdbbe --- /dev/null +++ b/srcpkgs/python3-pytest-env/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pytest-env' +pkgname=python3-pytest-env +version=1.1.5 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling hatch-vcs" +depends="python3-pytest" +checkdepends="python3-pytest" +short_desc="Pytest plugin to add environment variables" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/pytest-dev/pytest-env" +changelog="https://github.com/pytest-dev/pytest-env/releases" +distfiles="${PYPI_SITE}/p/pytest-env/pytest_env-${version}.tar.gz" +checksum=91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf + +post_install() { + vlicense LICENSE +}