jlec 14/08/11 07:07:14 Modified: h5py-2.3.1.ebuild ChangeLog Log: dev-python/h5py: Add python3.4 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 dev-python/h5py/h5py-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?r1=1.4&r2=1.5 Index: h5py-2.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- h5py-2.3.1.ebuild 23 Jul 2014 16:04:49 -0000 1.4 +++ h5py-2.3.1.ebuild 11 Aug 2014 07:07:13 -0000 1.5 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.4 2014/07/23 16:04:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.5 2014/08/11 07:07:13 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 flag-o-matic 1.31 dev-python/h5py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 23 Jul 2014 16:04:49 -0000 1.30 +++ ChangeLog 11 Aug 2014 07:07:13 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/h5py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.30 2014/07/23 16:04:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.31 2014/08/11 07:07:13 jlec Exp $ + + 11 Aug 2014; Justin Lecher <[email protected]> h5py-2.3.1.ebuild: + Add python3.4 support 23 Jul 2014; Kacper Kowalik <[email protected]> h5py-2.3.1.ebuild: Introduce subslot and strict mpi= dependency for hdf5, see #302621
