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-netcdf4 |
---|
7 | version 0.9.8 |
---|
8 | categories-append science |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer |
---|
11 | description Python interface to the netCDF version 4 library. |
---|
12 | long_description ${description} |
---|
13 | homepage http://code.google.com/p/netcdf4-python/ |
---|
14 | master_sites http://netcdf4-python.googlecode.com/files/ |
---|
15 | license MIT |
---|
16 | |
---|
17 | distname netCDF4-${version} |
---|
18 | checksums md5 993f62d4a98662fce7f47095f318d9f2 \ |
---|
19 | sha1 1535e443e6b3643246af700e46d4715499adfa5f \ |
---|
20 | rmd160 e6382ab9615a3a7885a332ee8f4307df03a693fc |
---|
21 | |
---|
22 | depends_lib-append port:netcdf port:py${python.version}-numpy |
---|
23 | |
---|
24 | python.default_version 27 |
---|
25 | python.versions 26 27 |
---|
26 | |
---|
27 | build.env-append USE_NCCONFIG=1 |
---|
28 | destroot.env USE_NCCONFIG=1 |
---|