[106572] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu May 30 21:39:44 PDT 2013


Revision: 106572
          https://trac.macports.org/changeset/106572
Author:   jmr at macports.org
Date:     2013-05-30 21:39:44 -0700 (Thu, 30 May 2013)
Log Message:
-----------
py-pyxmpp: integrate py25-pyxmpp

Modified Paths:
--------------
    trunk/dports/python/py-pyxmpp/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pyxmpp/files/

Removed Paths:
-------------
    trunk/dports/python/py25-pyxmpp/

Modified: trunk/dports/python/py-pyxmpp/Portfile
===================================================================
--- trunk/dports/python/py-pyxmpp/Portfile	2013-05-31 04:35:28 UTC (rev 106571)
+++ trunk/dports/python/py-pyxmpp/Portfile	2013-05-31 04:39:44 UTC (rev 106572)
@@ -21,7 +21,7 @@
 master_sites       ${homepage}downloads/
 distname           pyxmpp-${version}
 
-python.versions    26 27
+python.versions    25 26 27
 
 checksums          md5 a38abf032aca0408b6055cd94296eb75 \
                    sha1 4cfb72b1c7c834926981303b42243218016ff762 \
@@ -29,8 +29,16 @@
 
 if {${name} != ${subport}} {
     depends_lib-append port:py${python.version}-libxml2 \
-                       port:py${python.version}-dnspython \
-                       port:py${python.version}-m2crypto
+                       port:py${python.version}-dnspython
+    if {${python.version} < 26} {
+        version     1.0.1
+        distname    pyxmpp-${version}
+        checksums   md5 b2287c1a63b1c7e5f8036d008ded7310 \
+                    sha1 0ed4b347f7239bba4bf07102299a5d0d6d30b18f \
+                    rmd160 946dba14eb43a4e22424d8f8a4b86af96bee64f7
+        depends_lib-append port:py${python.version}-m2crypto
+        patchfiles  patch-fix_muc_admin_iq.diff
+    }
 }
 
 if {${name} == ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130530/b8c40932/attachment-0001.html>


More information about the macports-changes mailing list