Revision
119566
Author
mmoll@macports.org
Date
2014-04-30 08:38:34 -0700 (Wed, 30 Apr 2014)

Log Message

py-h5py: add py34 subport

Modified Paths

Diff

Modified: trunk/dports/python/py-h5py/Portfile (119565 => 119566)


--- trunk/dports/python/py-h5py/Portfile	2014-04-30 14:43:10 UTC (rev 119565)
+++ trunk/dports/python/py-h5py/Portfile	2014-04-30 15:38:34 UTC (rev 119566)
@@ -21,7 +21,8 @@
 subport             py27-h5py-devel {set DEV_VERSION 27}
 subport             py32-h5py-devel {set DEV_VERSION 32}
 subport             py33-h5py-devel {set DEV_VERSION 33}
-python.versions     26 27 32 33
+subport             py34-h5py-devel {set DEV_VERSION 34}
+python.versions     26 27 32 33 34
 
 if {${DEV_VERSION}} {
     python.version      ${DEV_VERSION}