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 21:41:09 UTC 2021
Modified Files:
pkgsrc/devel/py-pyparsing2: DESCR Makefile
Log Message:
py-pyparsing2: mention python 2.x in DESCR/COMMENT
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyparsing2/DESCR \
pkgsrc/devel/py-pyparsing2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pyparsing2/DESCR
diff -u pkgsrc/devel/py-pyparsing2/DESCR:1.1 pkgsrc/devel/py-pyparsing2/DESCR:1.2
--- pkgsrc/devel/py-pyparsing2/DESCR:1.1 Mon Nov 1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/DESCR Mon Nov 1 21:41:09 2021
@@ -2,3 +2,5 @@ The pyparsing module is an alternative a
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.
Index: pkgsrc/devel/py-pyparsing2/Makefile
diff -u pkgsrc/devel/py-pyparsing2/Makefile:1.1 pkgsrc/devel/py-pyparsing2/Makefile:1.2
--- pkgsrc/devel/py-pyparsing2/Makefile:1.1 Mon Nov 1 18:44:26 2021
+++ pkgsrc/devel/py-pyparsing2/Makefile Mon Nov 1 21:41:09 2021
@@ -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 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypa
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