From 06e0a2368b96f47ce3d57fc205d7889c62115f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 7 Feb 2025 09:57:30 -0300 Subject: [PATCH] New package: python3-pytest-env-1.1.5 --- srcpkgs/python3-pytest-env/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pytest-env/template 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 +}