1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

[NEW PORT] textproc/py-regex: Alternative regular expression module

This new regex implementation is intended eventually to replace Python's
current re module implementation.

WWW: https://pypi.python.org/pypi/regex

PR:		ports/186029
Submitted by:	Eero Hänninen <fax@nohik.ee>
This commit is contained in:
Kubilay Kocak 2014-02-09 08:48:25 +00:00
parent 36d9f3bbeb
commit eb3e3e24eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343437
4 changed files with 25 additions and 0 deletions

View File

@ -1184,6 +1184,7 @@
SUBDIR += py-qt4-xml
SUBDIR += py-qt4-xmlpatterns
SUBDIR += py-rdflib
SUBDIR += py-regex
SUBDIR += py-reverend
SUBDIR += py-rss2gen
SUBDIR += py-rst2html5

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= regex
PORTVERSION= 2014.01.30
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Alternative regular expression module, to replace re
LICENSE= PSFL
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (regex-2014.01.30.tar.gz) = 485b0761955a9529274c42533c1352257ac27bfa091994e5a7c0ba6d2f0f3b56
SIZE (regex-2014.01.30.tar.gz) = 1305821

View File

@ -0,0 +1,4 @@
This new regex implementation is intended eventually to replace Python's
current re module implementation.
WWW: https://pypi.python.org/pypi/regex