[103609] trunk/dports/python/py-netcdf4/Portfile

larryv at macports.org larryv at macports.org
Sat Mar 2 19:23:17 PST 2013


Revision: 103609
          https://trac.macports.org/changeset/103609
Author:   larryv at macports.org
Date:     2013-03-02 19:23:17 -0800 (Sat, 02 Mar 2013)
Log Message:
-----------
py2{6,7}-netcdf4: Update to 1.0.3 (#38256); rewrite descriptions.

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

Modified: trunk/dports/python/py-netcdf4/Portfile
===================================================================
--- trunk/dports/python/py-netcdf4/Portfile	2013-03-03 03:15:05 UTC (rev 103608)
+++ trunk/dports/python/py-netcdf4/Portfile	2013-03-03 03:23:17 UTC (rev 103609)
@@ -5,27 +5,29 @@
 PortGroup           python 1.0
 
 name                py-netcdf4
-version             1.0fix1
+version             1.0.3
 categories-append   science
 platforms           darwin
 maintainers         nomaintainer
 license             MIT
 
-description         Python interface to the netCDF version 4 library.
-long_description    ${description}
+description         Python/numpy interface to netCDF
+long_description    netCDF version 4 has many features not found in \
+                    earlier versions of the library and is implemented \
+                    on top of HDF5. This module can read and write files \
+                    in both the new netCDF 4 and the old netCDF \
+                    3 format, and can create files that are readable by \
+                    HDF5 clients.
 homepage            http://code.google.com/p/netcdf4-python/
 
 master_sites        googlecode:netcdf4-python
 distname            netCDF4-${version}
 
-checksums           sha1   fd80d9445824cd8ad9b0f7bbff8fb5146bf4b2f5 \
-                    rmd160   ef7cb2164c752cac3b6cb150339e4883407d350d \
-                    sha256   57f8d598521cc5bce90ad70a4df5dcf4947e8ab0252e6803e272547d7910e97b
+checksums           rmd160  04b92445d10b2fe9e918093805d1c03e2d13741f \
+                    sha256  2f5366ca6cf1c87150366261b98e90ee313517b0270cd532cf9ae7a6e04011d8
 
-worksrcdir          netCDF4-1.0
-
 build.env-append    USE_NCCONFIG=1
-destroot.env        USE_NCCONFIG=1
+destroot.env-append USE_NCCONFIG=1
 
 python.versions         26 27
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130302/0505f0b8/attachment.html>


More information about the macports-changes mailing list