pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing2 devel/py-pyparsing2: import py27-p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26ff818f52a1
branches:  trunk
changeset: 768794:26ff818f52a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 01 18:44:26 2021 +0000

description:
devel/py-pyparsing2: import py27-pyparsing-2.4.7

This is the last version compatible with python 2.7.

The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions. The pyparsing module provides a library of classes that client
code uses to construct the grammar directly in Python code.

diffstat:

 devel/py-pyparsing2/DESCR    |   4 ++++
 devel/py-pyparsing2/Makefile |  18 ++++++++++++++++++
 devel/py-pyparsing2/PLIST    |   8 ++++++++
 devel/py-pyparsing2/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 3bf84a55870a -r 26ff818f52a1 devel/py-pyparsing2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing2/DESCR Mon Nov 01 18:44:26 2021 +0000
@@ -0,0 +1,4 @@
+The pyparsing module is an alternative approach to creating and executing
+simple grammars, vs. the traditional lex/yacc approach, or the use of regular
+expressions. The pyparsing module provides a library of classes that client
+code uses to construct the grammar directly in Python code.
diff -r 3bf84a55870a -r 26ff818f52a1 devel/py-pyparsing2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing2/Makefile      Mon Nov 01 18:44:26 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/11/01 18:44:26 wiz Exp $
+
+DISTNAME=      pyparsing-2.4.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyparsing/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pyparsing/pyparsing
+COMMENT=       Parsing module for Python
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3bf84a55870a -r 26ff818f52a1 devel/py-pyparsing2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing2/PLIST Mon Nov 01 18:44:26 2021 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/01 18:44:26 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyparsing.py
+${PYSITELIB}/pyparsing.pyc
+${PYSITELIB}/pyparsing.pyo
diff -r 3bf84a55870a -r 26ff818f52a1 devel/py-pyparsing2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing2/distinfo      Mon Nov 01 18:44:26 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/11/01 18:44:26 wiz Exp $
+
+BLAKE2s (pyparsing-2.4.7.tar.gz) = 8c0b51d001f2d7905509196c20518d3e2e773f48241564a02ce1ca654e753c1b
+SHA512 (pyparsing-2.4.7.tar.gz) = 0b9f8f18907f65cb3af1b48ed57989e183f28d71646f2b2f820e772476f596ca15ee1a689f3042f18458206457f4683d10daa6e73dfd3ae82d5e4405882f9dd2
+Size (pyparsing-2.4.7.tar.gz) = 649718 bytes



Home | Main Index | Thread Index | Old Index