pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-regex



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 13:49:26 UTC 2017

Added Files:
        pkgsrc/textproc/py-regex: DESCR Makefile PLIST distinfo

Log Message:
Add regex-2017.07.28:

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-regex/DESCR \
    pkgsrc/textproc/py-regex/Makefile pkgsrc/textproc/py-regex/PLIST \
    pkgsrc/textproc/py-regex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-regex/DESCR
diff -u /dev/null pkgsrc/textproc/py-regex/DESCR:1.1
--- /dev/null   Fri Sep 29 13:49:26 2017
+++ pkgsrc/textproc/py-regex/DESCR      Fri Sep 29 13:49:25 2017
@@ -0,0 +1,2 @@
+This regex implementation is backwards-compatible with the standard ‘re’
+module, but offers additional functionality.
Index: pkgsrc/textproc/py-regex/Makefile
diff -u /dev/null pkgsrc/textproc/py-regex/Makefile:1.1
--- /dev/null   Fri Sep 29 13:49:26 2017
+++ pkgsrc/textproc/py-regex/Makefile   Fri Sep 29 13:49:25 2017
@@ -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"
Index: pkgsrc/textproc/py-regex/PLIST
diff -u /dev/null pkgsrc/textproc/py-regex/PLIST:1.1
--- /dev/null   Fri Sep 29 13:49:26 2017
+++ pkgsrc/textproc/py-regex/PLIST      Fri Sep 29 13:49:25 2017
@@ -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
Index: pkgsrc/textproc/py-regex/distinfo
diff -u /dev/null pkgsrc/textproc/py-regex/distinfo:1.1
--- /dev/null   Fri Sep 29 13:49:26 2017
+++ pkgsrc/textproc/py-regex/distinfo   Fri Sep 29 13:49:25 2017
@@ -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