python3-regex: update to 2024.5.15.

This commit is contained in:
skmpz 2024-05-17 22:45:38 +03:00 committed by cinerea0
parent f88c84a0d9
commit 67bc77a66f

View File

@ -1,6 +1,6 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2024.5.10
version=2024.5.15
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
@ -10,8 +10,9 @@ short_desc="Alternative regular expression module (Python3)"
maintainer="skmpz <dem.procopiou@gmail.com>"
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=304e7e2418146ae4d0ef0e9ffa28f881f7874b45b4994cc2279b21b6e7ae50c8
checksum=d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)