python3-regex: update to 2021.8.21.
This commit is contained in:
parent
d140fa2501
commit
46ea3b84cf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-regex'
|
||||
pkgname=python3-regex
|
||||
version=2021.8.3
|
||||
version=2021.8.21
|
||||
revision=1
|
||||
wrksrc="regex-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -11,7 +11,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=8935937dad2c9b369c3d932b0edbc52a62647c2afb2fafc0c280f14a8bf56a6a
|
||||
checksum=faf08b0341828f6a29b8f7dd94d5cf8cc7c39bfc3e67b78514c54b494b66915a
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||
|
|
Loading…
Reference in a new issue