1516efed0f
Closes: #25491 [via git-merge-pr]
21 lines
590 B
Bash
21 lines
590 B
Bash
# Template file for 'python3-regex'
|
|
pkgname=python3-regex
|
|
version=2020.10.15
|
|
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"
|
|
homepage="https://pypi.org/project/regex/"
|
|
distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
|
|
checksum=d25f5cca0f3af6d425c9496953445bf5b288bb5b71afc2b8308ad194b714c159
|
|
|
|
post_install() {
|
|
local i
|
|
for i in docs/*.* ; do
|
|
vdoc $i
|
|
done
|
|
}
|