21 lines
694 B
Bash
21 lines
694 B
Bash
# Template file for 'python3-PyHamcrest'
|
|
pkgname=python3-PyHamcrest
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatch-vcs"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-numpy"
|
|
short_desc="Hamcrest framework for matcher objects (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/hamcrest/PyHamcrest"
|
|
changelog="https://raw.githubusercontent.com/hamcrest/PyHamcrest/main/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pyhamcrest/pyhamcrest-${version}.tar.gz"
|
|
checksum=c6acbec0923d0cb7e72c22af1926f3e7c97b8e8d69fc7498eabacaf7c975bd9c
|
|
make_check_pre="env PYTHONPATH=src"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|