[122139] trunk/dports/python/py-h5py

eborisch at macports.org eborisch at macports.org
Tue Jul 15 13:09:20 PDT 2014


Revision: 122139
          https://trac.macports.org/changeset/122139
Author:   eborisch at macports.org
Date:     2014-07-15 13:09:20 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
py-h5py: Update to 2.3.1exit

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

Removed Paths:
-------------
    trunk/dports/python/py-h5py/files/

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2014-07-15 19:59:53 UTC (rev 122138)
+++ trunk/dports/python/py-h5py/Portfile	2014-07-15 20:09:20 UTC (rev 122139)
@@ -5,14 +5,13 @@
 PortGroup           python 1.0
 
 name                py-h5py
-version             2.3.0
+version             2.3.1
 # h5py needs to be re-built after hdf5-18 upgrades
 revision            0
 
 checksums \
-    rmd160  d2e67d9c46d96c7bf91aacea073f275626e6b551 \
-    sha256  943a08e938fdb553d0dac0e2be90bcec79a71961045a3018ec2b4e86f94feaa9 \
-    sha1    a3b005d5b4e9f21d0f4bcf62f0bdecf01861cf8c
+    rmd160  56b17092dd8d8a4ab949e0d3769b6e90bebf6cc1 \
+    sha256  447e55d5893ca285d1185a938548a12f3f7d4af441f1a7740ac28bc3aecf85c1
 
 # Support for -devel
 set DEV_VERSION     0
@@ -28,12 +27,11 @@
     python.version      ${DEV_VERSION}
     # epoch was already set to a date; continuing with that approach
     epoch               20130904
-    version             2.3.0
+    version             2.3.1
     conflicts           py${python.version}-h5py
     checksums \
-      rmd160  d2e67d9c46d96c7bf91aacea073f275626e6b551 \
-      sha256  943a08e938fdb553d0dac0e2be90bcec79a71961045a3018ec2b4e86f94feaa9 \
-      sha1    a3b005d5b4e9f21d0f4bcf62f0bdecf01861cf8c
+        rmd160  56b17092dd8d8a4ab949e0d3769b6e90bebf6cc1 \
+        sha256  447e55d5893ca285d1185a938548a12f3f7d4af441f1a7740ac28bc3aecf85c1
 } elseif {${name} ne ${subport}} {
     conflicts           py${python.version}-h5py-devel
 }
@@ -58,14 +56,10 @@
 homepage            http://www.h5py.org
 master_sites        https://pypi.python.org/packages/source/h/h5py
 distname            h5py-${version}
-# MPIPOSIX driver is removed in hdf5-18 version 1.8.13; upstream patch
-patchfiles          mpiposix.patch
 
 if {${name} ne ${subport}} {
-    # Cython is currently required to regenerate files after mpiposix.patch
     depends_lib-append  port:py${python.version}-numpy \
-                        port:hdf5-18 \
-                        port:py${python.version}-cython
+                        port:hdf5-18
 
     post-destroot {
         system -W ${destroot}${prefix} "mkdir -p share/doc/${subport}"
@@ -74,7 +68,7 @@
     }
 }
 
-livecheck.type      googlecode
-livecheck.name      h5py
+livecheck.type      regex
+livecheck.url       https://pypi.python.org/pypi/h5py
 livecheck.regex     {h5py-(\d+(?:\.\d+)*).tar.gz}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140715/1985ddc6/attachment.html>


More information about the macports-changes mailing list