Ticket #42462: Portfile.py-pygrib.diff

File Portfile.py-pygrib.diff, 1.4 KB (added by jswhit (Jeff Whitaker), 10 years ago)
  • Portfile.py-pygrib

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-pygrib
    8 version             1.9.6
     8version             1.9.9
    99revision            0
    1010categories-append   science
    1111license             MIT
    1212platforms           darwin
    1313
    14 maintainers         fastmail.fm:jswhit openmaintainer
     14maintainers         fastmail.fm:jswhit \
     15                    openmaintainer
    1516
    1617description         Python interface to the Grib API library
    1718long_description    ${description}
    1819
    1920homepage            http://code.google.com/p/pygrib/
    20 master_sites        googlecode:pygrib
     21master_sites        http://pypi.python.org/packages/source/p/pygrib
    2122distname            pygrib-${version}
    2223
    23 checksums           rmd160  c671d0b0115a300c21e1343ee7120de758d120a4 \
    24                     sha256  618514f7fe8cb3ebdac49fbb8884679fcd683df7e2e20ae997c184a0d619e124
     24checksums           rmd160  41137e22ad3e01a128b9eb2331cfd91d7ba77dea \
     25                    sha256  554ac3316542e6182f78a1c2b0a4e42babe8b997f72632f1a781107d82bafc48
    2526
    2627python.default_version 27
    2728python.versions     26 27 32 33