python3-regex: update to 2023.8.8.
This commit is contained in:
parent
ba943d354b
commit
009ebc8ee1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-regex'
|
# Template file for 'python3-regex'
|
||||||
pkgname=python3-regex
|
pkgname=python3-regex
|
||||||
version=2023.6.3
|
version=2023.8.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="CNRI-Python, Apache-2.0"
|
license="CNRI-Python, Apache-2.0"
|
||||||
homepage="https://github.com/mrabarnett/mrab-regex"
|
homepage="https://github.com/mrabarnett/mrab-regex"
|
||||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||||
checksum=72d1a25bf36d2050ceb35b517afe13864865268dfb45910e2e17a84be6cbfeb0
|
checksum=fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue