python3-regex: update to 2024.5.10.

This commit is contained in:
skmpz 2024-05-07 11:06:15 +03:00 committed by cinerea0
parent 19d099198e
commit f1f8dcf75e

View file

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