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

eborisch at macports.org eborisch at macports.org
Thu Feb 7 09:33:23 PST 2013


Revision: 102717
          https://trac.macports.org/changeset/102717
Author:   eborisch at macports.org
Date:     2013-02-07 09:33:23 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-h5py[-devel]: Update to 2.1.2; add conflicts.

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2013-02-07 14:29:10 UTC (rev 102716)
+++ trunk/dports/python/py-h5py/Portfile	2013-02-07 17:33:23 UTC (rev 102717)
@@ -5,14 +5,15 @@
 PortGroup           python 1.0
 
 name                py-h5py
-version             2.1.1
+version             2.1.2
 
 # h5py needs to be re-built after hdf5-18 upgrades
-revision            2
+revision            0
 
 checksums \
-    rmd160  9884028e5f7b768f77a1c808c10dd6af4414fb01 \
-    sha256  6e4f135268436cda1dc19a081dc5384d431057344fa1121a886016cd8c89c716
+    rmd160  41f1b4118b4ea4073c29345957c704e2766c84c0 \
+    sha256  26679852da555db57478b3c65f0ba3e60e2e6c642e6952481e5af85cf59ec5bd \
+    sha1    2ed65e252f91928efd10298e2849e0b59d6097de
 
 # Support for -devel
 set DEV_VERSION     0
@@ -23,10 +24,13 @@
 subport             py32-h5py-devel {set DEV_VERSION 32}
 
 if {${DEV_VERSION}} {
-    python.version  ${DEV_VERSION}
+    python.version      ${DEV_VERSION}
     epoch               20121002
 #    No current devel version
 #    version         2.X
+    conflicts           py${python.version}-h5py
+} else {
+    conflicts           py${python.version}-h5py-devel
 }
 
 python.versions     26 27 31 32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/d65546a1/attachment-0001.html>


More information about the macports-changes mailing list