[87033] trunk/dports/python/py-keyring/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Nov 8 09:45:05 PST 2011
On Nov 8, 2011, at 11:22, Ryan Schmidt wrote:
>
> On Nov 8, 2011, at 04:03, and.damore at macports.org wrote:
>
>> 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
>
> Shouldn't the default stay at 2.4?
Ah, nevermind; I see there never was a python 2.4-based py-keyring port before. So you can make the default version whatever you want it to be.
More information about the macports-dev
mailing list