[126795] trunk/dports/python/py-toc
larryv at macports.org
larryv at macports.org
Tue Oct 14 21:17:49 PDT 2014
Revision: 126795
https://trac.macports.org/changeset/126795
Author: larryv at macports.org
Date: 2014-10-14 21:17:49 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-toc
Upstream ceased development in 2009, at the latest
(https://jamwt.com/Py-TOC/).
Removed Paths:
-------------
trunk/dports/python/py-toc/Portfile
trunk/dports/python/py-toc/files/setup.py
Deleted: trunk/dports/python/py-toc/Portfile
===================================================================
--- trunk/dports/python/py-toc/Portfile 2014-10-15 04:17:46 UTC (rev 126794)
+++ trunk/dports/python/py-toc/Portfile 2014-10-15 04:17:49 UTC (rev 126795)
@@ -1,39 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name py-toc
-version 2.4
-revision 1
-categories-append net
-platforms darwin
-supported_archs noarch
-maintainers nomaintainer
-description python module for accessing the AIM network
-long_description Py-TOC is a Python module that allows you to design \
- and program automated entities - often referred to as \
- bots - that participate on the AOL Instant Messenger \
- network. It allows you to utilize the incredible power \
- of the Python language and library when writing \
- scripts that interact with users of AOL Instant \
- Messenger and its free equivalents.
-
-homepage http://jamwt.com/Py-TOC/
-master_sites ${homepage}2.4/
-checksums md5 3aaaed9d31029673e5b609cde2796488
-
-python.versions 24
-
-if {${name} ne ${subport}} {
- distfiles toc.py
- extract {
- file mkdir ${worksrcpath}
- file copy ${distpath}/toc.py ${worksrcpath}
- file copy ${filespath}/setup.py ${worksrcpath}
- }
-
- patch {
- reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
- }
-}
Deleted: trunk/dports/python/py-toc/files/setup.py
===================================================================
--- trunk/dports/python/py-toc/files/setup.py 2014-10-15 04:17:46 UTC (rev 126794)
+++ trunk/dports/python/py-toc/files/setup.py 2014-10-15 04:17:49 UTC (rev 126795)
@@ -1,7 +0,0 @@
-from distutils.core import setup
-
-setup(
- name = 'py-toc',
- version = "VERSION",
- packages = [''],
- )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/17059370/attachment.html>
More information about the macports-changes
mailing list