pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing2 py-pyparsing2: mention python 2.x ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ad5f3a72109
branches: trunk
changeset: 768832:0ad5f3a72109
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 01 21:41:09 2021 +0000
description:
py-pyparsing2: mention python 2.x in DESCR/COMMENT
diffstat:
devel/py-pyparsing2/DESCR | 2 ++
devel/py-pyparsing2/Makefile | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 7df29d5161fd -r 0ad5f3a72109 devel/py-pyparsing2/DESCR
--- a/devel/py-pyparsing2/DESCR Mon Nov 01 21:33:26 2021 +0000
+++ b/devel/py-pyparsing2/DESCR Mon Nov 01 21:41:09 2021 +0000
@@ -2,3 +2,5 @@
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.
+
+This is the last version that supports Python 2.x.
diff -r 7df29d5161fd -r 0ad5f3a72109 devel/py-pyparsing2/Makefile
--- a/devel/py-pyparsing2/Makefile Mon Nov 01 21:33:26 2021 +0000
+++ b/devel/py-pyparsing2/Makefile Mon Nov 01 21:41:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/01 18:44:26 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/01 21:41:09 wiz Exp $
DISTNAME= pyparsing-2.4.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/pyparsing/pyparsing
-COMMENT= Parsing module for Python
+COMMENT= Parsing module for Python (Python 2.x)
LICENSE= mit
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index