[126555] trunk/dports/python/py-jabber
larryv at macports.org
larryv at macports.org
Sat Oct 11 18:46:16 PDT 2014
Revision: 126555
https://trac.macports.org/changeset/126555
Author: larryv at macports.org
Date: 2014-10-11 18:46:16 -0700 (Sat, 11 Oct 2014)
Log Message:
-----------
py-jabber: Remove, upstream is dead
"Since 0.5 release (November 2003) the project is quite dead."
—http://jabberpy.sourceforge.net
Removed Paths:
-------------
trunk/dports/python/py-jabber/Portfile
trunk/dports/python/py-jabber/files/patch-setup.py.diff
Deleted: trunk/dports/python/py-jabber/Portfile
===================================================================
--- trunk/dports/python/py-jabber/Portfile 2014-10-12 01:46:14 UTC (rev 126554)
+++ trunk/dports/python/py-jabber/Portfile 2014-10-12 01:46:16 UTC (rev 126555)
@@ -1,45 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name py-jabber
-version 0.5-0
-revision 1
-categories-append net
-license LGPL
-maintainers nomaintainer
-platforms darwin freebsd
-supported_archs noarch
-description python module for the jabber instant messaging protocol
-long_description jabber.py is a python module for the jabber instant \
- messaging protocol. jabber.py deals with the xml parsing and \
- socket code, leaving the programmer to concentrate on \
- developing quality jabber based applications with python.
-
-homepage http://jabberpy.sourceforge.net/
-master_sites sourceforge:jabberpy
-distname jabberpy-${version}
-checksums md5 cbb9a1126bdc39ff49af605fb55c282e
-
-python.versions 24
-
-if {${name} ne ${subport}} {
- patchfiles patch-setup.py.diff
-
- post-patch {
- reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
- file copy ${worksrcpath}/jabber/debug.py \
- ${worksrcpath}/jabber/jabber.py \
- ${worksrcpath}/jabber/xmlstream.py ${worksrcpath}
- }
-
- post-destroot {
- xinstall -m 644 -W ${worksrcpath} README CREDITS \
- ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath}/examples README jrpc.py pending.xpm \
- mailchecker.py offline.xpm online.xpm pygtkjab.py pyqtjab.py \
- pypguijab.py test_client.py \
- ${destroot}${prefix}/share/doc/${subport}/examples
- }
-}
Deleted: trunk/dports/python/py-jabber/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-jabber/files/patch-setup.py.diff 2014-10-12 01:46:14 UTC (rev 126554)
+++ trunk/dports/python/py-jabber/files/patch-setup.py.diff 2014-10-12 01:46:16 UTC (rev 126555)
@@ -1,14 +0,0 @@
---- setup.py Wed Mar 19 07:34:02 2003
-+++ setup.py.new Tue Dec 23 17:55:07 2003
-@@ -16,9 +16,8 @@
- sys.exit(1)
-
- setup(name="jabber.py",
-- version="0.3-1",
-- #py_modules=["xmlstream","jabber"],
-- packages=["jabber"],
-+ version="VERSION",
-+ py_modules=["xmlstream","jabber","debug"],
- description="Python xmlstream and jabber IM protocol libs",
- author="Matthew Allum",
- author_email="breakfast at 10.am",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141011/f4afbbb8/attachment.html>
More information about the macports-changes
mailing list