python3-regex: update to 2021.7.6.

This commit is contained in:
skmpz 2021-07-04 23:00:56 +04:00 committed by Andrew J. Hesford
parent ebc2028529
commit 49592dc2aa

View file

@ -1,6 +1,6 @@
# Template file for 'python3-regex' # Template file for 'python3-regex'
pkgname=python3-regex pkgname=python3-regex
version=2021.4.4 version=2021.7.6
revision=1 revision=1
wrksrc="regex-${version}" wrksrc="regex-${version}"
build_style=python3-module build_style=python3-module
@ -11,7 +11,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=52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb checksum=8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d
do_check() { do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py) (cd build/lib* && python3 -m unittest regex/test_regex.py)