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

eborisch at macports.org eborisch at macports.org
Wed Sep 4 06:26:26 PDT 2013


Revision: 110707
          https://trac.macports.org/changeset/110707
Author:   eborisch at macports.org
Date:     2013-09-04 06:26:26 -0700 (Wed, 04 Sep 2013)
Log Message:
-----------
py-h5py[-devel]: Update to 2.2.0

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2013-09-04 12:35:14 UTC (rev 110706)
+++ trunk/dports/python/py-h5py/Portfile	2013-09-04 13:26:26 UTC (rev 110707)
@@ -5,16 +5,14 @@
 PortGroup           python 1.0
 
 name                py-h5py
-version             2.1.3
-revision            1
-
+version             2.2.0
 # h5py needs to be re-built after hdf5-18 upgrades
 revision            0
 
 checksums \
-    rmd160  53c04ea1d7b2b9c4e5b6c447d443c49b027e3177 \
-    sha256  bf5ea7c8758bb64cd9db8d2736cb84ccc93e5bfbf4133650d7adf4b05726ca83 \
-    sha1    7419cadd9892ab3a232e8ce779f3587ccff9ebff
+    rmd160  265ab9e56c8b90a751a3199afc49fe62eacded7c \
+    sha256  021c63a57a5ae231e3d60333634d1ae0fd4adaede2f918d6a699d38246dbd8a2 \
+    sha1    65e5d6cc83d9c1cb562265a77a46def22e9e6593
 
 # Support for -devel
 set DEV_VERSION     0
@@ -24,18 +22,18 @@
 subport             py31-h5py-devel {set DEV_VERSION 31}
 subport             py32-h5py-devel {set DEV_VERSION 32}
 subport             py33-h5py-devel {set DEV_VERSION 33}
-python.versions     26 27 31 32
+python.versions     26 27 31 32 33
 
 if {${DEV_VERSION}} {
-    python.version-append   33
     python.version      ${DEV_VERSION}
-    epoch               20121002
-    version             2.2.0b1
+    # epoch was already set to a date; continuing with that approach
+    epoch               20130904
+    version             2.2.0
     conflicts           py${python.version}-h5py
     checksums \
-      rmd160  c9b67d088d8046665557addbe44c2e7f3cf3e59d \
-      sha256  deba36bdbcb144dd17c488e8eda187963328a2fc0d733aa6b0f76a9bf7964aa4 \
-      sha1    cae9ef7a737c16167b02c6eb56d29ff1511fc096
+      rmd160  265ab9e56c8b90a751a3199afc49fe62eacded7c \
+      sha256  021c63a57a5ae231e3d60333634d1ae0fd4adaede2f918d6a699d38246dbd8a2 \
+      sha1    65e5d6cc83d9c1cb562265a77a46def22e9e6593
 } elseif {$subport != $name} {
     conflicts           py${python.version}-h5py-devel
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130904/81f0c4da/attachment.html>


More information about the macports-changes mailing list