summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2002-12-18 22:36:58 +0000
committertsarna <tsarna@pkgsrc.org>2002-12-18 22:36:58 +0000
commita06084f7992495a509797bbd39a5673a35b9f40c (patch)
treed0771079fa76d6a4e94853a5497ba4ee27100b42 /devel
parent70e0cfd5f2743d1e169455490f69d6ae315ed3c8 (diff)
downloadpkgsrc-a06084f7992495a509797bbd39a5673a35b9f40c.tar.gz
Delete py-plex, as it is now bundled with the new py-pyrex
package.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-plex/DESCR1
-rw-r--r--devel/py-plex/Makefile18
-rw-r--r--devel/py-plex/PLIST26
-rw-r--r--devel/py-plex/distinfo4
-rwxr-xr-xdevel/py-plex/files/setup.py16
6 files changed, 1 insertions, 67 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d0a9b12ccea..1f689764f95 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.359 2002/12/14 00:19:50 cjep Exp $
+# $NetBSD: Makefile,v 1.360 2002/12/18 22:36:58 tsarna Exp $
#
COMMENT= Development utilities
@@ -300,7 +300,6 @@ SUBDIR+= py-expect
SUBDIR+= py-idle
SUBDIR+= py-kqueue
SUBDIR+= py-logging
-SUBDIR+= py-plex
SUBDIR+= py-readline
SUBDIR+= py-unit
SUBDIR+= py-unitgui
diff --git a/devel/py-plex/DESCR b/devel/py-plex/DESCR
deleted file mode 100644
index f05f570044f..00000000000
--- a/devel/py-plex/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A very nice lexical analysis module for Python.
diff --git a/devel/py-plex/Makefile b/devel/py-plex/Makefile
deleted file mode 100644
index 7a8c14235ef..00000000000
--- a/devel/py-plex/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2002/10/24 12:37:48 drochner Exp $
-
-DISTNAME= Plex-1.1.4
-PKGNAME= ${PYPKGPREFIX}-plex-1.1.4
-CATEGORIES= devel
-MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
-
-MAINTAINER= tsarna@netbsd.org
-HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
-COMMENT= Lexical analysis module for Python
-
-pre-configure:
- ${CP} ${FILESDIR}/setup.py ${WRKSRC}
-
-PYDISTUTILSPKG= # defined
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-plex/PLIST b/devel/py-plex/PLIST
deleted file mode 100644
index 5daaf1cc3f3..00000000000
--- a/devel/py-plex/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/17 20:47:20 tsarna Exp $
-${PYSITELIB}/Plex/Actions.py
-${PYSITELIB}/Plex/Actions.pyc
-${PYSITELIB}/Plex/DFA.py
-${PYSITELIB}/Plex/DFA.pyc
-${PYSITELIB}/Plex/Errors.py
-${PYSITELIB}/Plex/Errors.pyc
-${PYSITELIB}/Plex/Lexicons.py
-${PYSITELIB}/Plex/Lexicons.pyc
-${PYSITELIB}/Plex/Machines.py
-${PYSITELIB}/Plex/Machines.pyc
-${PYSITELIB}/Plex/Regexps.py
-${PYSITELIB}/Plex/Regexps.pyc
-${PYSITELIB}/Plex/Scanners.py
-${PYSITELIB}/Plex/Scanners.pyc
-${PYSITELIB}/Plex/test_tm.py
-${PYSITELIB}/Plex/test_tm.pyc
-${PYSITELIB}/Plex/Timing.py
-${PYSITELIB}/Plex/Timing.pyc
-${PYSITELIB}/Plex/Traditional.py
-${PYSITELIB}/Plex/Traditional.pyc
-${PYSITELIB}/Plex/Transitions.py
-${PYSITELIB}/Plex/Transitions.pyc
-${PYSITELIB}/Plex/__init__.py
-${PYSITELIB}/Plex/__init__.pyc
-@dirrm ${PYSITELIB}/Plex
diff --git a/devel/py-plex/distinfo b/devel/py-plex/distinfo
deleted file mode 100644
index 8712e64ddfc..00000000000
--- a/devel/py-plex/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.2 2002/10/24 12:37:48 drochner Exp $
-
-SHA1 (Plex-1.1.4.tar.gz) = 1a5f795ef025b95f2dfca743f8a3681aa63811d1
-Size (Plex-1.1.4.tar.gz) = 49463 bytes
diff --git a/devel/py-plex/files/setup.py b/devel/py-plex/files/setup.py
deleted file mode 100755
index 1753a5711f9..00000000000
--- a/devel/py-plex/files/setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: setup.py,v 1.2 2002/10/24 12:38:04 drochner Exp $
-
-from distutils.core import setup
-
-setup(
- name="Plex",
- version="1.1.2",
- description="A very nice lexical analysis module for Python",
-
- author="Greg Ewing",
- author_email="greg@cosc.canterbury.ac.nz",
-
- url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/",
-
- packages = ['Plex'],
-)