python3-PyHamcrest: update to 2.1.0.

This commit is contained in:
Luciogi 2023-11-17 22:18:50 +05:00 committed by Duncan Overbruck
parent 8481cb21ef
commit 99ee9490be

View file

@ -1,7 +1,7 @@
# Template file for 'python3-PyHamcrest' # Template file for 'python3-PyHamcrest'
pkgname=python3-PyHamcrest pkgname=python3-PyHamcrest
version=2.0.4 version=2.1.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatch-vcs" hostmakedepends="hatch-vcs"
depends="python3" depends="python3"
@ -10,8 +10,9 @@ short_desc="Hamcrest framework for matcher objects (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/hamcrest/PyHamcrest" 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" distfiles="${PYPI_SITE}/p/pyhamcrest/pyhamcrest-${version}.tar.gz"
checksum=b5d9ce6b977696286cf232ce2adf8969b4d0b045975b0936ac9005e84e67e9c1 checksum=c6acbec0923d0cb7e72c22af1926f3e7c97b8e8d69fc7498eabacaf7c975bd9c
make_check_pre="env PYTHONPATH=src" make_check_pre="env PYTHONPATH=src"
post_install() { post_install() {