diff --git a/srcpkgs/python3-pytest-console-scripts/template b/srcpkgs/python3-pytest-console-scripts/template new file mode 100644 index 00000000000..2c628126789 --- /dev/null +++ b/srcpkgs/python3-pytest-console-scripts/template @@ -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 " +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 +}