mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'python3-regex'
|
||||||
pkgname=python3-regex
|
pkgname=python3-regex
|
||||||
version=2021.8.3
|
version=2021.8.21
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,7 +11,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=8935937dad2c9b369c3d932b0edbc52a62647c2afb2fafc0c280f14a8bf56a6a
|
checksum=faf08b0341828f6a29b8f7dd94d5cf8cc7c39bfc3e67b78514c54b494b66915a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||||
|
|
Loading…
Add table
Reference in a new issue