[96477] trunk/dports/python

dports at macports.org dports at macports.org
Fri Aug 10 18:06:33 PDT 2012


Revision: 96477
          https://trac.macports.org/changeset/96477
Author:   dports at macports.org
Date:     2012-08-10 18:06:31 -0700 (Fri, 10 Aug 2012)
Log Message:
-----------
py-netcdf4: new port, v1.0fix1 (#32191)

Added Paths:
-----------
    trunk/dports/python/py-netcdf4/
    trunk/dports/python/py-netcdf4/Portfile

Added: trunk/dports/python/py-netcdf4/Portfile
===================================================================
--- trunk/dports/python/py-netcdf4/Portfile	                        (rev 0)
+++ trunk/dports/python/py-netcdf4/Portfile	2012-08-11 01:06:31 UTC (rev 96477)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-netcdf4
+version             1.0fix1
+categories-append   science
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
+description         Python interface to the netCDF version 4 library.
+long_description    ${description}
+homepage            http://code.google.com/p/netcdf4-python/
+master_sites        googlecode:netcdf4-python
+
+distname            netCDF4-${version}
+
+checksums           sha1   fd80d9445824cd8ad9b0f7bbff8fb5146bf4b2f5 \
+                    rmd160   ef7cb2164c752cac3b6cb150339e4883407d350d \
+                    sha256   57f8d598521cc5bce90ad70a4df5dcf4947e8ab0252e6803e272547d7910e97b
+
+python.default_version 27
+python.versions        26 27
+
+build.env-append USE_NCCONFIG=1
+destroot.env     USE_NCCONFIG=1
+worksrcdir       netCDF4-1.0
+
+if {$subport != $name} {
+  depends_lib-append  port:netcdf port:py${python.version}-numpy
+}
+
+livecheck.type     googlecode
+livecheck.regex    {netCDF4-(.*)\.tar\.gz}


Property changes on: trunk/dports/python/py-netcdf4/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120810/e7d10b8d/attachment.html>


More information about the macports-changes mailing list