pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Retire py-TPG with the Python 2.3 support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d227d1e671db
branches:  trunk
changeset: 398740:d227d1e671db
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 07 18:29:24 2009 +0000

description:
Retire py-TPG with the Python 2.3 support.

diffstat:

 devel/Makefile        |   3 +--
 devel/py-TPG/DESCR    |  13 -------------
 devel/py-TPG/Makefile |  19 -------------------
 devel/py-TPG/PLIST    |  17 -----------------
 devel/py-TPG/distinfo |   5 -----
 5 files changed, 1 insertions(+), 56 deletions(-)

diffs (87 lines):

diff -r 82279eca3e86 -r d227d1e671db devel/Makefile
--- a/devel/Makefile    Mon Sep 07 18:28:46 2009 +0000
+++ b/devel/Makefile    Mon Sep 07 18:29:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1228 2009/09/03 09:00:03 wiz Exp $
+# $NetBSD: Makefile,v 1.1229 2009/09/07 18:29:24 joerg Exp $
 #
 
 COMMENT=       Development utilities
@@ -980,7 +980,6 @@
 SUBDIR+=       py-InlineEgg
 SUBDIR+=       py-Optik
 SUBDIR+=       py-Pyro
-SUBDIR+=       py-TPG
 SUBDIR+=       py-ZopeInterface
 SUBDIR+=       py-at-spi
 SUBDIR+=       py-babel
diff -r 82279eca3e86 -r d227d1e671db devel/py-TPG/DESCR
--- a/devel/py-TPG/DESCR        Mon Sep 07 18:28:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-TPG can very simply write parsers that are usefull for most every day needs
-(even if it can't make your coffee). With a very clear and simple syntax,
-you can write an attributed grammar that is translated into a recursive
-descendant parser. TPG generated code is very closed to the original
-grammar. This means that the parser works "like" the grammar. A grammar rule
-can be seen as a method of the parser class, symbols as method calls,
-attributes as method parameters and semantic values as return values. You
-can also add Python code directly into grammar rules and build abstract
-syntax trees while parsing.
-
-The first application of TPG is TPG itself. The first (not released) version
-of TPG has been written by hand then was used to generate next versions. Now
-TPG can generate itself.
diff -r 82279eca3e86 -r d227d1e671db devel/py-TPG/Makefile
--- a/devel/py-TPG/Makefile     Mon Sep 07 18:28:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:28 joerg Exp $
-#
-
-DISTNAME=              TPG-2.1.6
-PKGREVISION=           1
-CATEGORIES=            devel python
-MASTER_SITES=          http://christophe.delord.free.fr/soft/tpg/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://christophe.delord.free.fr/en/tpg/
-COMMENT=               ToyParserGenerator for Python
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-PYTHON_VERSIONS_ACCEPTED=      23
-PYDISTUTILSPKG=        yes
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 82279eca3e86 -r d227d1e671db devel/py-TPG/PLIST
--- a/devel/py-TPG/PLIST        Mon Sep 07 18:28:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:04 joerg Exp $
-bin/tpg
-${PYSITELIB}/tpg/Release.py
-${PYSITELIB}/tpg/Release.pyc
-${PYSITELIB}/tpg/Release.pyo
-${PYSITELIB}/tpg/__init__.py
-${PYSITELIB}/tpg/__init__.pyc
-${PYSITELIB}/tpg/__init__.pyo
-${PYSITELIB}/tpg/base.py
-${PYSITELIB}/tpg/base.pyc
-${PYSITELIB}/tpg/base.pyo
-${PYSITELIB}/tpg/codegen.py
-${PYSITELIB}/tpg/codegen.pyc
-${PYSITELIB}/tpg/codegen.pyo
-${PYSITELIB}/tpg/parser.py
-${PYSITELIB}/tpg/parser.pyc
-${PYSITELIB}/tpg/parser.pyo
diff -r 82279eca3e86 -r d227d1e671db devel/py-TPG/distinfo
--- a/devel/py-TPG/distinfo     Mon Sep 07 18:28:46 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:31 agc Exp $
-
-SHA1 (TPG-2.1.6.tar.gz) = b8ccbefd41b16514a2ad2a86b97dc9ab6cc3828e
-RMD160 (TPG-2.1.6.tar.gz) = 44e4b8cb96bc8f297117d921c5ea28c5e49ae025
-Size (TPG-2.1.6.tar.gz) = 417009 bytes



Home | Main Index | Thread Index | Old Index