python3-regex: update to 2022.4.24.
This commit is contained in:
parent
263c9772a5
commit
a0fc161ecf
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-regex'
|
||||
pkgname=python3-regex
|
||||
version=2022.3.15
|
||||
version=2022.4.24
|
||||
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=0a7b75cc7bb4cc0334380053e4671c560e31272c9d2d5a6c4b8e9ae2c9bd0f82
|
||||
checksum=92183e9180c392371079262879c6532ccf55f808e6900df5d9f03c9ca8807255
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||
|
|
Loading…
Reference in New Issue