[125411] trunk/dports/python/py-geopy/Portfile

Kurt Hindenburg kurt.hindenburg at gmail.com
Wed Sep 17 06:04:02 PDT 2014


On 9/17/14, 12:16 AM, Lawrence Velázquez wrote:
> Please don't create new py24, py25, py31, and py32 subports from now 
> on. I'd like to phase out and remove python{26,27,31,32} in the near 
> future.
>
> vq
>
Thanks, removed in r125421

Kurt
>
> On Sep 16, 2014, at 11:34 PM, khindenburg at macports.org 
> <mailto:khindenburg at macports.org> wrote:
>
>> Revision
>>     125411 <https://trac.macports.org/changeset/125411>
>> Author
>>     khindenburg at macports.org <mailto:khindenburg at macports.org>
>> Date
>>     2014-09-16 20:34:28 -0700 (Tue, 16 Sep 2014)
>>
>>
>>       Log Message
>>
>> py-geopy: update to 1.1.5 - add new homepage - add python versions - add setuptools dep #44085
>>
>>
>>       Modified Paths
>>
>>   * trunk/dports/python/py-geopy/Portfile
>>     <x-msg://58/#trunkdportspythonpygeopyPortfile>
>>
>>
>>       Diff
>>
>>
>>         Modified: trunk/dports/python/py-geopy/Portfile (125410 =>
>>         125411)
>>
>>
>> --- trunk/dports/python/py-geopy/Portfile	2014-09-17 03:30:47 UTC (rev 125410)
>> +++ trunk/dports/python/py-geopy/Portfile	2014-09-17 03:34:28 UTC (rev 125411)
>> @@ -4,7 +4,7 @@
>>   PortGroup       python 1.0
>>   
>>   name            py-geopy
>> -version         0.93
>> +version         1.1.5
>>   categories-append   devel
>>   license         MIT
>>   platforms       darwin
>> @@ -20,16 +20,23 @@
>>   		Semantic MediaWiki, the Google geocoder, the Yahoo! \
>>   		geocoder,geocoder.us  <http://geocoder.us/>, Virtual Earth, and GeoNames.
>>   
>> -homepagehttp://exogen.case.edu/projects/geopy/
>> -master_siteshttp://svn.macports.org/repository/macports/distfiles/landonf/
>> +homepagehttps://pypi.python.org/pypi/geopy
>> +master_siteshttps://pypi.python.org/packages/source/g/geopy
>>   distname        geopy-${version}
>>   
>> -checksums	md5 9e2cc8f1784a51530e402215c9814313 \
>> -		sha1 f57e0cd1a2458e06858e02b3bacf596afe8044a6 \
>> -		rmd160 a421869817a9457619dffd00092b6b1814815acf
>> +checksums       rmd160  8bab923ca4466f3b31e8fef1d92589f6a103a259 \
>> +                sha256  6fc47220beef3cc4234240623bc475456f8cbdfe8356ec0bcc6f4716195466f6
>>   
>> -python.versions 25
>> +python.versions 24 25 26 27 31 32 33 34
>>   
>>   if {${name} ne ${subport}} {
>> -    depends_lib	port:py${python.version}-simplejson
>> +    depends_lib-append     port:py${python.version}-simplejson \
>> +                           port:py${python.version}-setuptools
>> +
>> +    livecheck.type  none
>> +
>> +} else {
>> +    livecheck.type  regex
>> +    livecheck.url   ${master_sites}
>> +    livecheck.regex "geopy-(\\d+(?:\\.\\d+)*)${extract.suffix}  <smb://d+%28?://.//d+%29*%29$%7Bextract.suffix%7D>"
>>   }
>> _______________________________________________
>> macports-changes mailing list
>> macports-changes at lists.macosforge.org 
>> <mailto:macports-changes at lists.macosforge.org>
>> https://lists.macosforge.org/mailman/listinfo/macports-changes
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140917/9fd113e3/attachment.html>


More information about the macports-dev mailing list