Revision: 119566 https://trac.macports.org/changeset/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: -------------- trunk/dports/python/py-h5py/Portfile Modified: trunk/dports/python/py-h5py/Portfile =================================================================== --- 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}
participants (1)
-
mmoll@macports.org