New package: python3-process-tests-2.1.2

This commit is contained in:
Gonzalo Tornaría 2023-05-29 19:06:45 -03:00 committed by Andrew J. Hesford
parent 82b6826e95
commit 1e83edc568

View file

@ -0,0 +1,19 @@
# Template file for 'python3-process-tests'
pkgname=python3-process-tests
version=2.1.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
short_desc="Tools for testing processes"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-2-Clause"
homepage="https://github.com/ionelmc/python-process-tests"
changelog="https://raw.githubusercontent.com/ionelmc/python-process-tests/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/process-tests/process-tests-${version}.tar.gz"
checksum=a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba
make_check=no # no tests available
post_install() {
vlicense LICENSE
}