[131831] trunk/dports/python/py-h5py/Portfile

eborisch at macports.org eborisch at macports.org
Mon Jan 19 09:32:11 PST 2015


Revision: 131831
          https://trac.macports.org/changeset/131831
Author:   eborisch at macports.org
Date:     2015-01-19 09:32:11 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
py-h5py: Update to 2.4.0.

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2015-01-19 16:56:20 UTC (rev 131830)
+++ trunk/dports/python/py-h5py/Portfile	2015-01-19 17:32:11 UTC (rev 131831)
@@ -3,15 +3,33 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+name                py-h5py
 
-name                py-h5py
-version             2.3.1
+version             2.4.0
 # h5py needs to be re-built after hdf5 upgrades
-revision            2
+revision            0
+platforms           darwin
+license             BSD
+maintainers         macports.org:eborisch \
+                    openmaintainer
+description         Read and write HDF5 files from Python
 
+long_description  \
+    The h5py package provides both a high- and low-level interface to the \
+    HDF5 library from Python. The low-level interface is intended to be a \
+    complete wrapping of the HDF5 API, while the high-level component \
+    supports  access to HDF5 files, datasets and groups using established \
+    Python and NumPy concepts. \
+    \n\nA strong emphasis on automatic conversion between Python (Numpy) \
+    datatypes and data structures and their HDF5 equivalents vastly \
+    simplifies the process of reading and writing data from Python.
+
+homepage            http://www.h5py.org
+master_sites        https://pypi.python.org/packages/source/h/h5py
+
 checksums \
-    rmd160  56b17092dd8d8a4ab949e0d3769b6e90bebf6cc1 \
-    sha256  447e55d5893ca285d1185a938548a12f3f7d4af441f1a7740ac28bc3aecf85c1
+    rmd160  a60be3fe94106cb3ad86ade4ba8347364a0f1c49 \
+    sha256  faaeadf4b8ca14c054b7568842e0d12690de7d5d68af4ecce5d7b8fc104d8e60
 
 # Support for -devel
 set DEV_VERSION     0
@@ -26,40 +44,23 @@
     python.version      ${DEV_VERSION}
     # epoch was already set to a date; continuing with that approach
     epoch               20130904
-    version             2.4.0b1
+    version             2.4.0
     conflicts           py${python.version}-h5py
     checksums \
-        rmd160  8d3c9c2437748c60bea16d8e026d6144320ecba9 \
-        sha256  2db07e4619551c8f155373f78792a8d6ddb7db484d548f4f4488d9ed8a36c0d8
+        rmd160  a60be3fe94106cb3ad86ade4ba8347364a0f1c49 \
+        sha256  faaeadf4b8ca14c054b7568842e0d12690de7d5d68af4ecce5d7b8fc104d8e60
 } elseif {${name} ne ${subport}} {
     conflicts           py${python.version}-h5py-devel
 }
 
 python.default_version 27
-platforms           darwin
-license             BSD
-maintainers         macports.org:eborisch \
-                    openmaintainer
-description         Read and write HDF5 files from Python
-
-long_description  \
-    The h5py package provides both a high- and low-level interface to the \
-    HDF5 library from Python. The low-level interface is intended to be a \
-    complete wrapping of the HDF5 API, while the high-level component \
-    supports  access to HDF5 files, datasets and groups using established \
-    Python and NumPy concepts. \
-    \n\nA strong emphasis on automatic conversion between Python (Numpy) \
-    datatypes and data structures and their HDF5 equivalents vastly \
-    simplifies the process of reading and writing data from Python.
-
-homepage            http://www.h5py.org
-master_sites        https://pypi.python.org/packages/source/h/h5py
 distname            h5py-${version}
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-numpy \
-                        port:hdf5
-
+    depends_lib-append      port:py${python.version}-numpy \
+                            port:hdf5
+    depends_build-append    port:py${python.version}-cython
+    
     post-destroot {
         system -W ${destroot}${prefix} "mkdir -p share/doc/${subport}"
         copy ${worksrcpath}/lzf/LICENSE.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/14325782/attachment.html>


More information about the macports-changes mailing list