python3-regex: update to 2025.7.34.

This commit is contained in:
skmpz 2025-08-01 21:40:48 +03:00 committed by Duncan Overbruck
parent 08956ba5bc
commit 44d14a28a2

View file

@ -1,7 +1,7 @@
# Template file for 'python3-regex' # Template file for 'python3-regex'
pkgname=python3-regex pkgname=python3-regex
version=2024.9.11 version=2025.7.34
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel python3-setuptools" hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
@ -12,7 +12,7 @@ license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex" homepage="https://github.com/mrabarnett/mrab-regex"
changelog="https://raw.githubusercontent.com/mrabarnett/mrab-regex/hg/changelog.txt" changelog="https://raw.githubusercontent.com/mrabarnett/mrab-regex/hg/changelog.txt"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz" distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd checksum=9ead9765217afd04a86822dfcd4ed2747dfe426e887da413b15ff0ac2457e21a
do_check() { do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py) (cd build/lib* && python3 -m unittest regex/test_regex.py)