New package: python3-pytest-env-1.1.5

This commit is contained in:
Gonzalo Tornaría 2025-02-07 09:57:30 -03:00 committed by classabbyamp
parent 0b42c4cacc
commit 06e0a2368b
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -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 <tornaria@cmat.edu.uy>"
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
}