python3-regex: update to 2023.12.25.

This commit is contained in:
skmpz 2024-01-03 21:18:41 +02:00 committed by Andrew J. Hesford
parent eaa2ac7485
commit 27e516c10f

View file

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2023.10.3
version=2023.12.25
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f
checksum=29171aa128da69afdf4bde412d5bedc335f2ca8fcfe4489038577d05f16181e5
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)