pkgsrc-WIP-changes archive

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

py-PEG2: Minor corrections



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jun 15 11:50:37 2020 +0200
Changeset:	d8dc4894a5c610f8d04e975cb78e2b4221d84782

Modified Files:
	py-PEG2/DESCR
	py-PEG2/Makefile

Log Message:
py-PEG2: Minor corrections

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d8dc4894a5c610f8d04e975cb78e2b4221d84782

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

diffstat:
 py-PEG2/DESCR    | 7 -------
 py-PEG2/Makefile | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diffs:
diff --git a/py-PEG2/DESCR b/py-PEG2/DESCR
index f6a34d87c8..9f635870d8 100644
--- a/py-PEG2/DESCR
+++ b/py-PEG2/DESCR
@@ -1,10 +1,3 @@
-Python is a nice scripting language. It even gives you access to
-its own parser and compiler. It also gives you access to different
-other parsers for special purposes like XML and string templates.
-
-But sometimes you may want to have your own parser. This is what's
-pyPEG for. And pyPEG supports Unicode.
-
 pyPEG is a plain and simple intrinsic parser interpreter framework
 for Python version 2.7 and 3.x. It is based on Parsing Expression
 Grammar, PEG. With pyPEG you can parse many formal languages in a
diff --git a/py-PEG2/Makefile b/py-PEG2/Makefile
index 3eb9b3aa63..f4fd5b0278 100644
--- a/py-PEG2/Makefile
+++ b/py-PEG2/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	pyPEG2-2.15.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=	devel textproc python
+CATEGORIES=	textproc python
 MASTER_SITES=	http://fdik.org/pyPEG2/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index