python3-regex: update to 2022.7.24.

This commit is contained in:
skmpz 2022-07-25 22:51:39 +04:00 committed by classabbyamp
parent 006c241974
commit 5751c151c7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2022.7.9
version=2022.7.25
revision=1
wrksrc="regex-${version}"
build_style=python3-module
@ -10,9 +10,9 @@ depends="python3"
short_desc="Alternative regular expression module (Python3)"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="CNRI-Python, Apache-2.0"
homepage="https://pypi.org/project/regex/"
homepage="https://github.com/mrabarnett/mrab-regex"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91
checksum=bd0883e86964cd61360ffc36dbebbc49b928e92a306f886eab02c11dfde5b7aa
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)