20 lines
683 B
Bash
20 lines
683 B
Bash
# Template file for 'python3-process-tests'
|
|
pkgname=python3-process-tests
|
|
version=3.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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=e5d57dea7161251e91cadb84bf3ecc85275fb121fd478e579f800777b1d424bd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|