python3-regex: update to 2022.6.2.
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.4.24
|
version=2022.6.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
@@ -12,7 +12,7 @@ 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://pypi.org/project/regex/"
|
||||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||||
checksum=92183e9180c392371079262879c6532ccf55f808e6900df5d9f03c9ca8807255
|
checksum=f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c
|
||||||
|
|
||||||
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