python3-regex: update to 2022.9.13.
This commit is contained in:
parent
65af0e0b83
commit
a72b3ca60f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-regex'
|
||||
pkgname=python3-regex
|
||||
version=2022.8.17
|
||||
version=2022.9.13
|
||||
revision=1
|
||||
wrksrc="regex-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,13 +12,14 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
|||
license="CNRI-Python, Apache-2.0"
|
||||
homepage="https://github.com/mrabarnett/mrab-regex"
|
||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||
checksum=5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c
|
||||
checksum=f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd
|
||||
|
||||
do_check() {
|
||||
(cd build/lib* && python3 -m unittest regex/test_regex.py)
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/${py3_sitelib}/regex/test_regex.py
|
||||
local i
|
||||
for i in docs/*.* ; do
|
||||
vdoc $i
|
||||
|
|
Loading…
Reference in New Issue