python3-regex: update to 2024.7.24.

This commit is contained in:
skmpz 2024-07-25 10:19:08 +03:00 committed by cinerea0
parent 307e5ab74f
commit 8d6a790487
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2024.5.15
version=2024.7.24
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
@ -12,7 +12,7 @@ license="CNRI-Python, Apache-2.0"
homepage="https://github.com/mrabarnett/mrab-regex"
changelog="https://raw.githubusercontent.com/mrabarnett/mrab-regex/hg/changelog.txt"
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
checksum=d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c
checksum=9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)