python3-regex: update to 2023.3.23.

This commit is contained in:
skmpz 2023-04-12 19:07:47 +04:00 committed by classabbyamp
parent 97724fb539
commit 7e404b0d3d
1 changed files with 2 additions and 2 deletions

View File

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