Ticket #32191: Portfile.v1.0fix1

File Portfile.v1.0fix1, 1.2 KB (added by gorticus (Jason Mitchell), 12 years ago)
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             1.0fix1
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}
18
19checksums           sha1   fd80d9445824cd8ad9b0f7bbff8fb5146bf4b2f5 \
20                    rmd160   ef7cb2164c752cac3b6cb150339e4883407d350d \
21                    sha256   57f8d598521cc5bce90ad70a4df5dcf4947e8ab0252e6803e272547d7910e97b
22
23python.default_version 27
24python.versions        26 27
25
26build.env-append USE_NCCONFIG=1
27destroot.env     USE_NCCONFIG=1
28
29if {$subport != $name} {
30  depends_lib-append  port:netcdf port:py${python.version}-numpy
31
32  if {$version == "1.0fix1"} {
33      worksrcdir   netCDF4-1.0
34  }
35}
36
37livecheck.type     googlecode
38livecheck.regex    {netCDF4-(.*)\.tar\.gz}