python-regex: update to 2020.2.20.
This commit is contained in:
parent
813cd56c3d
commit
e7d4ea7eba
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python-regex'
|
||||
pkgname=python-regex
|
||||
version=2019.12.9
|
||||
revision=3
|
||||
version=2020.2.20
|
||||
revision=1
|
||||
wrksrc="regex-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
short_desc="Alternative regular expression module (Python2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Python-2.0"
|
||||
homepage="https://pypi.org/project/regex/"
|
||||
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
||||
checksum=77a3799152951d6d14ae5720ca162c97c64f85d4755da585418eac216b736cad
|
||||
checksum=9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5
|
||||
|
||||
post_install() {
|
||||
local i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue