[126785] trunk/dports/python/py-plex

larryv at macports.org larryv at macports.org
Tue Oct 14 20:57:57 PDT 2014


Revision: 126785
          https://trac.macports.org/changeset/126785
Author:   larryv at macports.org
Date:     2014-10-14 20:57:57 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-plex

Last upstream release was in 2007
(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Plex/).

Removed Paths:
-------------
    trunk/dports/python/py-plex/Portfile
    trunk/dports/python/py-plex/files/setup.py

Deleted: trunk/dports/python/py-plex/Portfile
===================================================================
--- trunk/dports/python/py-plex/Portfile	2014-10-15 03:57:55 UTC (rev 126784)
+++ trunk/dports/python/py-plex/Portfile	2014-10-15 03:57:57 UTC (rev 126785)
@@ -1,43 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-plex
-version			1.1.4.1
-revision		1
-categories-append	devel
-license			Permissive
-maintainers		nomaintainer
-platforms		darwin freebsd
-supported_archs	noarch
-description		lexical analysis module for python
-long_description	Plex is a Python module for constructing lexical \
-				analysers, or scanners. Plex scanners have almost all the \
-				capabilities of the scanners generated by GNU Flex, and are \
-				specified in a very similar way. Tokens are defined by regular \
-				expressions, and each token has an associated action, which \
-				may be to return a literal value, or to call an arbitrary \
-				function. 
-
-homepage		http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
-master_sites	${homepage}
-distname		Plex-${version}
-checksums		md5 e6ec70ab691c465910a8c010586c7500
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    patch		{
-        file copy ${portpath}/files/setup.py ${worksrcpath}
-        reinplace "s|PORTVERSION|${version}|g" ${worksrcpath}/setup.py
-    }
-
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} doc/Reference.html doc/Tutorial.html \
-            doc/index.html README TODO \
-            ${destroot}${prefix}/share/doc/${subport}
-        file delete ${destroot}${prefix}/share/doc/${subport}/examples
-        file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}
-    }
-}

Deleted: trunk/dports/python/py-plex/files/setup.py
===================================================================
--- trunk/dports/python/py-plex/files/setup.py	2014-10-15 03:57:55 UTC (rev 126784)
+++ trunk/dports/python/py-plex/files/setup.py	2014-10-15 03:57:57 UTC (rev 126785)
@@ -1,7 +0,0 @@
-from distutils.core import setup
-
-setup(
-    name = 'plex',
-    version = "PORTVERSION",
-    packages = ['Plex'],
-    )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/150a8fc2/attachment.html>


More information about the macports-changes mailing list