19 lines
630 B
Bash
19 lines
630 B
Bash
# Template file for 'python3-pytest-env'
|
|
pkgname=python3-pytest-env
|
|
version=1.1.5
|
|
revision=2
|
|
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
|
|
}
|