python3-regex: update to 2022.10.31.
This commit is contained in:
parent
3ce721f62d
commit
2aff3d36fd
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-regex'
|
# Template file for 'python3-regex'
|
||||||
pkgname=python3-regex
|
pkgname=python3-regex
|
||||||
version=2022.9.13
|
version=2022.10.31
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -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=f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd
|
checksum=a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83
|
||||||
|
|
||||||
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…
Reference in New Issue