python3-regex: update to 2023.6.3.

This commit is contained in:
skmpz 2023-06-09 12:15:23 +03:00 committed by Duncan Overbruck
parent 7c0c04aae1
commit 2f94d216a9

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2023.5.5
version=2023.6.3
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=7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e
checksum=72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)