Ticket #42462: Portfile.py-pygrib.diff
File Portfile.py-pygrib.diff, 1.4 KB (added by jswhit (Jeff Whitaker), 11 years ago) |
---|
-
Portfile.py-pygrib
old new 1 1 # -*- 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$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 7 name py-pygrib 8 version 1.9. 68 version 1.9.9 9 9 revision 0 10 10 categories-append science 11 11 license MIT 12 12 platforms darwin 13 13 14 maintainers fastmail.fm:jswhit openmaintainer 14 maintainers fastmail.fm:jswhit \ 15 openmaintainer 15 16 16 17 description Python interface to the Grib API library 17 18 long_description ${description} 18 19 19 20 homepage http://code.google.com/p/pygrib/ 20 master_sites googlecode:pygrib21 master_sites http://pypi.python.org/packages/source/p/pygrib 21 22 distname pygrib-${version} 22 23 23 checksums rmd160 c671d0b0115a300c21e1343ee7120de758d120a4\24 sha256 618514f7fe8cb3ebdac49fbb8884679fcd683df7e2e20ae997c184a0d619e12424 checksums rmd160 41137e22ad3e01a128b9eb2331cfd91d7ba77dea \ 25 sha256 554ac3316542e6182f78a1c2b0a4e42babe8b997f72632f1a781107d82bafc48 25 26 26 27 python.default_version 27 27 28 python.versions 26 27 32 33