16 lines
581 B
Bash
16 lines
581 B
Bash
# Template file for 'python-regex'
|
|
pkgname=python-regex
|
|
version=2018.02.21
|
|
revision=1
|
|
wrksrc="regex-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="_regex_core.py regex.py test_regex.py"
|
|
hostmakedepends="python-devel python3-devel"
|
|
makedepends="python-devel python3-devel"
|
|
short_desc="Alternative regular expression module (Python2)"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="PSF"
|
|
homepage="https://pypi.python.org/pypi/regex/"
|
|
distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz"
|
|
checksum=b44624a38d07d3c954c84ad302c29f7930f4bf01443beef5589e9157b14e2a29
|