python3-regex: update to 2021.11.2.
This commit is contained in:
parent
a8a2dca0e7
commit
175717351c
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-regex'
|
# Template file for 'python3-regex'
|
||||||
pkgname=python3-regex
|
pkgname=python3-regex
|
||||||
version=2021.10.23
|
version=2021.11.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Alternative regular expression module (Python3)"
|
short_desc="Alternative regular expression module (Python3)"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
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=f3f9a91d3cc5e5b0ddf1043c0ae5fa4852f18a1c0050318baf5fc7930ecc1f9c
|
checksum=5e85dcfc5d0f374955015ae12c08365b565c6f1eaf36dd182476a4d8e5a1cdb7
|
||||||
|
|
||||||
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…
Reference in New Issue