pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-regex Add regex-2017.07.28:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ae6bb0d31c7
branches:  trunk
changeset: 369409:0ae6bb0d31c7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 13:49:25 2017 +0000

description:
Add regex-2017.07.28:

This regex implementation is backwards-compatible with the standard ?re?
module, but offers additional functionality.

diffstat:

 textproc/py-regex/DESCR    |   2 ++
 textproc/py-regex/Makefile |  25 +++++++++++++++++++++++++
 textproc/py-regex/PLIST    |  15 +++++++++++++++
 textproc/py-regex/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 1dcca53fc465 -r 0ae6bb0d31c7 textproc/py-regex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-regex/DESCR   Fri Sep 29 13:49:25 2017 +0000
@@ -0,0 +1,2 @@
+This regex implementation is backwards-compatible with the standard â??reâ??
+module, but offers additional functionality.
diff -r 1dcca53fc465 -r 0ae6bb0d31c7 textproc/py-regex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-regex/Makefile        Fri Sep 29 13:49:25 2017 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 13:49:25 joerg Exp $
+
+DISTNAME=      regex-2017.07.28
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/regex/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://bitbucket.org/mrabarnett/mrab-regex
+COMMENT=       Alternative regular expression module, to replace re.
+LICENSE=       python-software-foundation
+
+.include "../../lang/python/pyversion.mk"
+
+.if !empty(_PYTHON_VERSION:M3*)
+TESTDIR=${WRKSRC}/Python3
+.else
+TESTDIR=${WRKSRC}/Python2
+.endif
+
+do-test:
+       cd ${TESTDIR} && ${PYTHONBIN} test_regex.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1dcca53fc465 -r 0ae6bb0d31c7 textproc/py-regex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-regex/PLIST   Fri Sep 29 13:49:25 2017 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 13:49:25 joerg Exp $
+${PYSITELIB}/_regex.so
+${PYSITELIB}/_regex_core.py
+${PYSITELIB}/_regex_core.pyc
+${PYSITELIB}/_regex_core.pyo
+${PYSITELIB}/regex-2017.7.28-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/regex-2017.7.28-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/regex-2017.7.28-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/regex-2017.7.28-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/regex.py
+${PYSITELIB}/regex.pyc
+${PYSITELIB}/regex.pyo
+${PYSITELIB}/test_regex.py
+${PYSITELIB}/test_regex.pyc
+${PYSITELIB}/test_regex.pyo
diff -r 1dcca53fc465 -r 0ae6bb0d31c7 textproc/py-regex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-regex/distinfo        Fri Sep 29 13:49:25 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 13:49:25 joerg Exp $
+
+SHA1 (regex-2017.07.28.tar.gz) = 733dd874fbe7d5dcfc8934425d650f754b9590d9
+RMD160 (regex-2017.07.28.tar.gz) = e648e968dbd4cd2322556427ea3c7407a1c1eddc
+SHA512 (regex-2017.07.28.tar.gz) = 9bddabc403abd1f249aa59122412c27963cd60f7287deb42b327fa1fc25e988464b304e9e56f03ec140d76b753ce68266bf7104d2a9570eb7cfc9f46bd504234
+Size (regex-2017.07.28.tar.gz) = 607577 bytes



Home | Main Index | Thread Index | Old Index