python3-regex: update to 2021.4.4.

This commit is contained in:
skmpz 2021-06-13 22:38:04 +04:00 committed by Andrew J. Hesford
parent a0bc05299e
commit f707857403

View file

@ -1,17 +1,21 @@
# Template file for 'python3-regex'
pkgname=python3-regex
version=2020.10.15
version=2021.4.4
revision=1
wrksrc="regex-${version}"
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools"
makedepends="python3-devel"
short_desc="Alternative regular expression module (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Python-2.0"
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=d25f5cca0f3af6d425c9496953445bf5b288bb5b71afc2b8308ad194b714c159
checksum=52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb
do_check() {
(cd build/lib* && python3 -m unittest regex/test_regex.py)
}
post_install() {
local i