New package: python3-pytest-console-scripts-1.4.1

This commit is contained in:
Gonzalo Tornaría 2023-05-23 20:58:14 -03:00 committed by Andrew J. Hesford
parent 0785a5e1d2
commit 6dcef16e7b

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pytest-console-scripts'
pkgname=python3-pytest-console-scripts
version=1.4.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-pytest"
checkdepends="$depends"
short_desc="Pytest plugin for testing console scripts"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/kvas-it/pytest-console-scripts"
changelog="https://raw.githubusercontent.com/kvas-it/pytest-console-scripts/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pytest-console-scripts/pytest-console-scripts-${version}.tar.gz"
checksum=5a826ed84cc0afa202eb9e44381d7d762f7bdda8e0c23f9f79a7f1f44cf4a895
post_install() {
vlicense LICENSE
}