[126574] trunk/dports/python/py-rt

larryv at macports.org larryv at macports.org
Sat Oct 11 21:15:01 PDT 2014


Revision: 126574
          https://trac.macports.org/changeset/126574
Author:   larryv at macports.org
Date:     2014-10-11 21:15:01 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
Remove py-rt

The last upstream release was in 2002
(https://ipmon.sprintlabs.com/pyrt/).

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

Deleted: trunk/dports/python/py-rt/Portfile
===================================================================
--- trunk/dports/python/py-rt/Portfile	2014-10-12 04:14:59 UTC (rev 126573)
+++ trunk/dports/python/py-rt/Portfile	2014-10-12 04:15:01 UTC (rev 126574)
@@ -1,42 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-rt
-version			2.5
-categories-append	net
-license			GPL-2+
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		Python Routeing Toolkit
-long_description	The Python Routeing Toolkit enables routeing information \
-				in a network to be collected.
-
-homepage		https://ipmon.sprintlabs.com/pyrt/
-master_sites	${homepage}results/
-fetch.ignore_sslcert yes
-distname		pyrt-${version}
-checksums		md5 ea7322d0e942f819fb55939f64f92b1c
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    pre-extract {
-        file mkdir ${worksrcpath}/rt
-        file copy ${filespath}/setup.py ${worksrcpath}
-        system "touch ${worksrcpath}/rt/__init__.py"
-    }
-    extract.dir		${worksrcpath}/rt
-
-    patch {
-        reinplace "s|__VERSION__|${version}|g" ${worksrcpath}/setup.py
-        reinplace "s| /usr/bin/env python2|${python.bin}|g" ${worksrcpath}/rt/bgp.py ${worksrcpath}/rt/isis.py
-    }
-
-    post-destroot {
-        xinstall -m 644 -W ${worksrcpath}/rt COPYING ChangeLog README README.mrtd \
-            README.rv VERSION ${destroot}${prefix}/share/doc/${subport}
-    }
-}

Deleted: trunk/dports/python/py-rt/files/setup.py
===================================================================
--- trunk/dports/python/py-rt/files/setup.py	2014-10-12 04:14:59 UTC (rev 126573)
+++ trunk/dports/python/py-rt/files/setup.py	2014-10-12 04:15:01 UTC (rev 126574)
@@ -1,7 +0,0 @@
-from distutils.core import setup
-
-setup(
-    name = 'rt',
-    version = "__VERSION__",
-    packages = ['rt'],
-    )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/a968ba9a/attachment.html>


More information about the macports-changes mailing list