python3-regex: update to 2021.11.10.
This commit is contained in:
parent
388570d784
commit
5a03875d30
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-regex'
|
||||
pkgname=python3-regex
|
||||
version=2021.11.2
|
||||
version=2021.11.10
|
||||
revision=1
|
||||
wrksrc="regex-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
|||
license="CNRI-Python, Apache-2.0"
|
||||
homepage="https://pypi.org/project/regex/"
|
||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||
checksum=5e85dcfc5d0f374955015ae12c08365b565c6f1eaf36dd182476a4d8e5a1cdb7
|
||||
checksum=f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||
|
|
Loading…
Reference in New Issue