[107562] trunk/dports/python/py-ipython/Portfile

Sean Farley sean at macports.org
Thu Jul 25 17:54:21 PDT 2013


ryandesign at macports.org writes:

> On Jul 2, 2013, at 19:39, sean at macports.org wrote:
>
>> Revision: 107562
>>          https://trac.macports.org/changeset/107562
>> Author:   sean at macports.org
>> Date:     2013-07-02 17:39:44 -0700 (Tue, 02 Jul 2013)
>> Log Message:
>> -----------
>> py-ipython: update 2.4 subport to compatible 0.10.2
>> 
>> Modified Paths:
>> --------------
>>    trunk/dports/python/py-ipython/Portfile
>> 
>> Modified: trunk/dports/python/py-ipython/Portfile
>> ===================================================================
>> --- trunk/dports/python/py-ipython/Portfile	2013-07-03 00:39:39 UTC (rev 107561)
>> +++ trunk/dports/python/py-ipython/Portfile	2013-07-03 00:39:44 UTC (rev 107562)
>> @@ -33,13 +33,12 @@
>> python.versions     24 25 26 27 31 32 33
>> 
>> subport py24-${realname} {
>> -    version             0.9.1
>> -    revision            4
>> +    version             0.10.2
>
> It's probably a good idea to still list the revision line in the subport, even if it's set to 0, so that if the revision at the top of the portfile is changed, it doesn't affect the subport.
>
>>     master_sites        http://archive.ipython.org/release/${version}
>>     distname            ${realname}-${version}
>> -    checksums           md5     8a1bd1a9be272f4ddf4de99e5c1ad0dc \
>> -                        sha1    2d069416b31ed03eb1cad36f84ef2337362ac6a9 \
>> -                        rmd160  3d522f80290caa72e1c4fc60b2d56369c8c66eba
>> +    checksums           md5     dda59bfc6e256ce786c4bc4aadb220a4 \
>> +                        sha1    d45b97b0f458fd517cb2bfa9ebb3c671c46a21c0 \
>> +                        rmd160  365a4eb9b534df1a9aa8717f173e9a032224ea01
>> }
>> 
>> subport py25-${realname} {
>
> So py24-ipython and py25-ipython are now at the same version. It would be a good idea to have just a single block for them, to reduce redundancy and simplify the portfile.

This should be fixed in r108534. Thanks for the review!


More information about the macports-dev mailing list