[102608] trunk/dports/python/py-pss
Sean Farley
sean at macports.org
Tue Feb 5 07:17:12 PST 2013
On Tue, Feb 5, 2013 at 12:31 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
>
> On Feb 4, 2013, at 23:46, sean at macports.org wrote:
>
>> Revision: 102608
>> https://trac.macports.org/changeset/102608
>> Author: sean at macports.org
>> Date: 2013-02-04 21:46:33 -0800 (Mon, 04 Feb 2013)
>> Log Message:
>> -----------
>> py-pss: add select group and files
>>
>> Modified Paths:
>> --------------
>> trunk/dports/python/py-pss/Portfile
>>
>> Added Paths:
>> -----------
>> trunk/dports/python/py-pss/files/
>> trunk/dports/python/py-pss/files/py26-pss
>> trunk/dports/python/py-pss/files/py27-pss
>> trunk/dports/python/py-pss/files/py31-pss
>> trunk/dports/python/py-pss/files/py32-pss
>> trunk/dports/python/py-pss/files/py33-pss
>>
>> Modified: trunk/dports/python/py-pss/Portfile
>> ===================================================================
>> --- trunk/dports/python/py-pss/Portfile 2013-02-05 05:46:22 UTC (rev 102607)
>> +++ trunk/dports/python/py-pss/Portfile 2013-02-05 05:46:33 UTC (rev 102608)
>> @@ -3,6 +3,7 @@
>>
>> PortSystem 1.0
>> PortGroup python 1.0
>> +PortGroup select 1.0
>> PortGroup bitbucket 1.0
>>
>> bitbucket.setup eliben pss 0.36 v
>> @@ -24,5 +25,18 @@
>> python.versions 26 27 31 32 33
>>
>> if {${name} != ${subport}} {
>> +
>> + depends_run port:py-pss_select
>> +
>> + select.group py-pss
>> + select.file ${filespath}/py${python.version}-pss
>> +
>> livecheck.type none
>> +
>> + notes "
>> +To make the Python ${python.branch} version of py-pss the one that is run\
>> +when you execute the commands without a version suffix, e.g. 'pss', run:
>> +
>> +port select --set ${select.group} [file tail ${select.file}]
>> +"
>> }
>
> Since this changes lib or run dependencies, and what files the port installs, the revision should be increased.
But I did increase the version? It was 0.35 before and now is 0.36.
More information about the macports-dev
mailing list