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

eborisch at macports.org eborisch at macports.org
Fri Apr 10 07:21:19 PDT 2015


Revision: 134906
          https://trac.macports.org/changeset/134906
Author:   eborisch at macports.org
Date:     2015-04-10 07:21:19 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
py-h5py: Update to 2.5.0.

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2015-04-10 14:20:51 UTC (rev 134905)
+++ trunk/dports/python/py-h5py/Portfile	2015-04-10 14:21:19 UTC (rev 134906)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 name                py-h5py
 
-version             2.4.0
+version             2.5.0
 # h5py needs to be re-built after hdf5 upgrades
 revision            0
 platforms           darwin
@@ -28,8 +28,8 @@
 master_sites        https://pypi.python.org/packages/source/h/h5py
 
 checksums \
-    rmd160  a60be3fe94106cb3ad86ade4ba8347364a0f1c49 \
-    sha256  faaeadf4b8ca14c054b7568842e0d12690de7d5d68af4ecce5d7b8fc104d8e60
+    rmd160  94484badd1103c00421582a055b7b0f3368ad653 \
+    sha256  9833df8a679e108b561670b245bcf9f3a827b10ccb3a5fa1341523852cfac2f6
 
 # Support for -devel
 set DEV_VERSION     0
@@ -44,11 +44,11 @@
     python.version      ${DEV_VERSION}
     # epoch was already set to a date; continuing with that approach
     epoch               20150122
-    version             2.4.0
+    version             2.5.0
     conflicts           py${python.version}-h5py
     checksums \
-        rmd160  a60be3fe94106cb3ad86ade4ba8347364a0f1c49 \
-        sha256  faaeadf4b8ca14c054b7568842e0d12690de7d5d68af4ecce5d7b8fc104d8e60
+        rmd160  94484badd1103c00421582a055b7b0f3368ad653 \
+        sha256  9833df8a679e108b561670b245bcf9f3a827b10ccb3a5fa1341523852cfac2f6
 } elseif {${name} ne ${subport}} {
     conflicts           py${python.version}-h5py-devel
 }
@@ -70,5 +70,5 @@
 
 livecheck.type      regex
 livecheck.url       https://pypi.python.org/pypi/h5py
-livecheck.regex     {h5py-(\d+(?:\.\d+)*).tar.gz}
+livecheck.regex     {h5py/(\d+(?:\.\d+)*)}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/9cf23da1/attachment.html>


More information about the macports-changes mailing list