pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel The pyparsing module is an alternative approach ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53e5690f324f
branches:  trunk
changeset: 622011:53e5690f324f
user:      richard <richard%pkgsrc.org@localhost>
date:      Mon Jul 22 11:59:53 2013 +0000

description:
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/Makefile              |   3 ++-
 devel/py-pyparsing/DESCR    |   4 ++++
 devel/py-pyparsing/Makefile |  15 +++++++++++++++
 devel/py-pyparsing/PLIST    |   4 ++++
 devel/py-pyparsing/distinfo |   5 +++++
 5 files changed, 30 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 6aeb293f7e9e -r 53e5690f324f devel/Makefile
--- a/devel/Makefile    Mon Jul 22 08:15:41 2013 +0000
+++ b/devel/Makefile    Mon Jul 22 11:59:53 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1762 2013/07/21 09:48:58 wen Exp $
+# $NetBSD: Makefile,v 1.1763 2013/07/22 11:59:53 richard Exp $
 #
 
 COMMENT=       Development utilities
@@ -1415,6 +1415,7 @@
 SUBDIR+=       py-polib
 SUBDIR+=       py-pqueue
 SUBDIR+=       py-pyev
+SUBDIR+=       py-pyparsing
 SUBDIR+=       py-pysvn
 SUBDIR+=       py-pytemplate
 SUBDIR+=       py-pyutil
diff -r 6aeb293f7e9e -r 53e5690f324f devel/py-pyparsing/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing/DESCR  Mon Jul 22 11:59:53 2013 +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 6aeb293f7e9e -r 53e5690f324f devel/py-pyparsing/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing/Makefile       Mon Jul 22 11:59:53 2013 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/07/22 11:59:53 richard Exp $
+DISTNAME=              pyparsing-2.0.1
+PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=            devel python
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyparsing/pyparsing/${DISTNAME}/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://sourceforge.net/projects/pyparsing
+COMMENT=               Pyparsing module for Python
+LICENSE=       mit
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6aeb293f7e9e -r 53e5690f324f devel/py-pyparsing/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing/PLIST  Mon Jul 22 11:59:53 2013 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/22 11:59:53 richard Exp $
+${PYSITELIB}/pyparsing.py
+${PYSITELIB}/pyparsing.pyc
+${PYSITELIB}/pyparsing.pyo
diff -r 6aeb293f7e9e -r 53e5690f324f devel/py-pyparsing/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing/distinfo       Mon Jul 22 11:59:53 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/22 11:59:53 richard Exp $
+
+SHA1 (pyparsing-2.0.1.tar.gz) = b645857008881d70599e89c66e4bbc596fe22043
+RMD160 (pyparsing-2.0.1.tar.gz) = 6001ee51f2098235968045d738d74d951d48110e
+Size (pyparsing-2.0.1.tar.gz) = 1129563 bytes



Home | Main Index | Thread Index | Old Index