Ticket #32191: Portfile.v0.0.9.9

File Portfile.v0.0.9.9, 1.1 KB (added by gorticus (Jason Mitchell), 12 years ago)

complete port file for v0.9.9

Line 
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$
3PortSystem          1.0
4PortGroup           python 1.0
5
6name                py-netcdf4
7version             0.9.9
8categories-append   science
9platforms           darwin
10maintainers         nomaintainer
11license             MIT
12description         Python interface to the netCDF version 4 library.
13long_description    ${description}
14homepage            http://code.google.com/p/netcdf4-python/
15master_sites        googlecode:netcdf4-python
16
17distname            netCDF4-${version}
18checksums           sha1   fd80d9445824cd8ad9b0f7bbff8fb5146bf4b2f5 \
19                    rmd160 ef7cb2164c752cac3b6cb150339e4883407d350d \
20                    sha256 57f8d598521cc5bce90ad70a4df5dcf4947e8ab0252e6803e272547d7910e97b
21
22python.default_version 27
23python.versions        26 27
24
25build.env-append USE_NCCONFIG=1
26destroot.env     USE_NCCONFIG=1
27
28if {$subport != $name} {
29  depends_lib-append  port:netcdf port:py${python.version}-numpy
30}
31
32livecheck.type     googlecode
33livecheck.regex    netCDF4-(.*)\.tar\.gz