[82489] trunk/dports/python

ram at macports.org ram at macports.org
Sun Aug 14 09:24:50 PDT 2011


Revision: 82489
          http://trac.macports.org/changeset/82489
Author:   ram at macports.org
Date:     2011-08-14 09:24:50 -0700 (Sun, 14 Aug 2011)
Log Message:
-----------
python/py{26,27}-pyxmpp: unify into py-pyxmpp

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

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

Removed Paths:
-------------
    trunk/dports/python/py26-pyxmpp/
    trunk/dports/python/py27-pyxmpp/

Modified: trunk/dports/python/py-pyxmpp/Portfile
===================================================================
--- trunk/dports/python/py27-pyxmpp/Portfile	2011-08-14 16:17:48 UTC (rev 82488)
+++ trunk/dports/python/py-pyxmpp/Portfile	2011-08-14 16:24:50 UTC (rev 82489)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem         1.0
-PortGroup          python27 1.0
+PortGroup          python 1.0
 
-name               py27-pyxmpp
+name               py-pyxmpp
 version            1.1.2
 categories-append  crypto devel
 maintainers        ram openmaintainer
@@ -15,18 +15,20 @@
   creating Jabber clients and components. Developer uses them to setup \
   XMPP streams, handle incoming events and create outgoing stanzas.
 
-
 homepage           http://pyxmpp.jajcus.net/
 master_sites       ${homepage}downloads/
 distname           pyxmpp-${version}
 
+python.default_version 27
+python.versions    26 27
+
 checksums          md5 a38abf032aca0408b6055cd94296eb75 \
                    sha1 4cfb72b1c7c834926981303b42243218016ff762 \
                    rmd160 e94194d8dcf0d2e78e30de5cc92b3315c8a1ce92
 
-depends_lib-append port:py27-libxml2 \
-                   port:py27-dnspython \
-                   port:py27-m2crypto
+depends_lib-append port:py${python.version}-libxml2 \
+                   port:py${python.version}-dnspython \
+                   port:py${python.version}-m2crypto
 
 livecheck.type     regex
 livecheck.url      ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110814/a510339c/attachment.html>


More information about the macports-changes mailing list