mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: python-regex-2017.06.07
This commit is contained in:
parent
3b88097e47
commit
f00ef8aaec
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python-regex/template
Normal file
15
srcpkgs/python-regex/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'python-regex'
|
||||||
|
pkgname=python-regex
|
||||||
|
version=2017.06.07
|
||||||
|
revision=1
|
||||||
|
wrksrc=regex-$version
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
|
makedepends="python-devel"
|
||||||
|
short_desc="Improved python re implementation"
|
||||||
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
license="PSF"
|
||||||
|
homepage="https://pypi.python.org/pypi/regex/"
|
||||||
|
distfiles="${PYPI_SITE}/r/regex/regex-$version.tar.gz"
|
||||||
|
pycompile_module=regex
|
||||||
|
checksum=e45784bbe5a0ce4a954fbc5e0f72909798257241147271d4906bc617fd59261b
|
Loading…
Add table
Reference in a new issue