pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyparsing2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  1 18:44:26 UTC 2021

Added Files:
        pkgsrc/devel/py-pyparsing2: DESCR Makefile PLIST distinfo

Log Message:
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.


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

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

Added files:

Index: pkgsrc/devel/py-pyparsing2/DESCR
diff -u /dev/null pkgsrc/devel/py-pyparsing2/DESCR:1.1
--- /dev/null   Mon Nov  1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/DESCR    Mon Nov  1 18:44:26 2021
@@ -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.
Index: pkgsrc/devel/py-pyparsing2/Makefile
diff -u /dev/null pkgsrc/devel/py-pyparsing2/Makefile:1.1
--- /dev/null   Mon Nov  1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/Makefile Mon Nov  1 18:44:26 2021
@@ -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"
Index: pkgsrc/devel/py-pyparsing2/PLIST
diff -u /dev/null pkgsrc/devel/py-pyparsing2/PLIST:1.1
--- /dev/null   Mon Nov  1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/PLIST    Mon Nov  1 18:44:26 2021
@@ -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
Index: pkgsrc/devel/py-pyparsing2/distinfo
diff -u /dev/null pkgsrc/devel/py-pyparsing2/distinfo:1.1
--- /dev/null   Mon Nov  1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/distinfo Mon Nov  1 18:44:26 2021
@@ -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