mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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'
|
# Template file for 'python-regex'
|
||||||
pkgname=python-regex
|
pkgname=python-regex
|
||||||
version=2019.12.9
|
version=2020.2.20
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="regex-${version}"
|
wrksrc="regex-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
short_desc="Alternative regular expression module (Python2)"
|
short_desc="Alternative regular expression module (Python2)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Python-2.0"
|
license="Python-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=77a3799152951d6d14ae5720ca162c97c64f85d4755da585418eac216b736cad
|
checksum=9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local i
|
local i
|
||||||
|
|
Loading…
Add table
Reference in a new issue