20 lines
732 B
Bash
20 lines
732 B
Bash
# Template file for 'python3-pytest-console-scripts'
|
|
pkgname=python3-pytest-console-scripts
|
|
version=1.4.1
|
|
revision=2
|
|
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
|
|
}
|