python3-regex: update to 2022.1.18.
This commit is contained in:
parent
134e6d1c40
commit
16574ca1c7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-regex'
|
||||
pkgname=python3-regex
|
||||
version=2021.11.10
|
||||
version=2022.1.18
|
||||
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=f341ee2df0999bfdf7a95e448075effe0db212a59387de1a70690e4acb03d4c6
|
||||
checksum=97f32dc03a8054a4c4a5ab5d761ed4861e828b2c200febd4e46857069a483916
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||
|
|
Loading…
Reference in New Issue