[87033] trunk/dports/python/py-keyring/Portfile

and.damore at macports.org and.damore at macports.org
Tue Nov 8 02:03:21 PST 2011


Revision: 87033
          http://trac.macports.org/changeset/87033
Author:   and.damore at macports.org
Date:     2011-11-08 02:03:21 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
port py-keyring: removing 31 and 32 python versions, the port is broken with 3.x

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

Modified: trunk/dports/python/py-keyring/Portfile
===================================================================
--- trunk/dports/python/py-keyring/Portfile	2011-11-08 10:01:55 UTC (rev 87032)
+++ trunk/dports/python/py-keyring/Portfile	2011-11-08 10:03:21 UTC (rev 87033)
@@ -4,9 +4,6 @@
 PortGroup           python 1.0
 name                py-keyring
 version             0.6.2
-python.versions     24 25 26 27 31 32
-
-categories-append   devel
 license             PSF
 maintainers         and.damore openmaintainer
 description         Python interface to access the system keyring service
@@ -26,6 +23,10 @@
                     sha1    a8a964c73ce96a19f30d9aa9a47d2feab948022c \
                     rmd160  c49fb3c0baa190c798d25e78f392b273cd771540
 
+#broken with python 3.1 and 3.2
+python.versions     24 25 26 27
+python.default_version  27
+
 if {${subport} != ${name}} {
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/a738015f/attachment.html>


More information about the macports-changes mailing list