python3-regex: update to 2022.7.24.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python3-regex'
|
# Template file for 'python3-regex'
|
||||||
pkgname=python3-regex
|
pkgname=python3-regex
|
||||||
version=2022.7.9
|
version=2022.7.25
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
@@ -10,9 +10,9 @@ depends="python3"
|
|||||||
short_desc="Alternative regular expression module (Python3)"
|
short_desc="Alternative regular expression module (Python3)"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="CNRI-Python, Apache-2.0"
|
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"
|
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||||
checksum=601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91
|
checksum=bd0883e86964cd61360ffc36dbebbc49b928e92a306f886eab02c11dfde5b7aa
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||||
|
|||||||
Reference in New Issue
Block a user