python3-regex: update to 2022.6.2.

This commit is contained in:
skmpz 2022-06-05 11:22:39 +04:00 committed by Andrew J. Hesford
parent 5e48c6f21b
commit ccf8c62924

View file

@ -1,6 +1,6 @@
# Template file for 'python3-regex' # Template file for 'python3-regex'
pkgname=python3-regex pkgname=python3-regex
version=2022.4.24 version=2022.6.2
revision=1 revision=1
wrksrc="regex-${version}" wrksrc="regex-${version}"
build_style=python3-module build_style=python3-module
@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0" license="CNRI-Python, Apache-2.0"
homepage="https://pypi.org/project/regex/" homepage="https://pypi.org/project/regex/"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz" distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=92183e9180c392371079262879c6532ccf55f808e6900df5d9f03c9ca8807255 checksum=f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c
do_check() { do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py) (cd build/lib* && python3 -m unittest regex/test_regex.py)