void-packages/srcpkgs/python3-process-tests/template

20 lines
689 B
Bash

# Template file for 'python3-process-tests'
pkgname=python3-process-tests
version=2.1.2
revision=2
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
}