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$ |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pygrib |
---|
7 | version 1.9.2 |
---|
8 | categories-append science |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer |
---|
11 | description Python interface to the Grib API library. |
---|
12 | long_description ${description} |
---|
13 | homepage http://code.google.com/p/pygrib/ |
---|
14 | master_sites http://pygrib.googlecode.com/files/ |
---|
15 | license MIT |
---|
16 | |
---|
17 | distname pygrib-${version} |
---|
18 | checksums md5 cf720a99c93625a069bfb3ecdcbb6082 \ |
---|
19 | sha1 67d9ec7959c1b33a2e238210448544126cb2f695 \ |
---|
20 | rmd160 aa92e26d9a6888b5386c714b9ec501694ba629ed |
---|
21 | |
---|
22 | depends_lib-append port:py${python.version}-pyproj port:py${python.version}-numpy port:grib_api |
---|
23 | |
---|
24 | python.default_version 27 |
---|
25 | python.versions 26 27 |
---|
26 | |
---|
27 | build.env-append GRIBAPI_DIR=${prefix} PNG_DIR=${prefix} JASPER_DIR=${prefix} OPENJPEG_DIR=${prefix} |
---|