xarthisius    15/01/14 22:01:38

  Modified:             ChangeLog
  Added:                h5py-2.4.0.ebuild
  Removed:              h5py-2.2.1.ebuild h5py-2.2.1-r1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.32                 dev-python/h5py/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   11 Aug 2014 07:07:13 -0000      1.31
+++ ChangeLog   14 Jan 2015 22:01:38 -0000      1.32
@@ -1,6 +1,12 @@
 # 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.31 2014/08/11 
07:07:13 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.32 2015/01/14 
22:01:38 xarthisius Exp $
+
+*h5py-2.4.0 (14 Jan 2015)
+
+  14 Jan 2015;  <xa...@gentoo.org> +h5py-2.4.0.ebuild, -h5py-2.2.1-r1.ebuild,
+  -h5py-2.2.1.ebuild:
+  Version bump, drop old
 
   11 Aug 2014; Justin Lecher <j...@gentoo.org> h5py-2.3.1.ebuild:
   Add python3.4 support



1.1                  dev-python/h5py/h5py-2.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.4.0.ebuild?rev=1.1&content-type=text/plain

Index: h5py-2.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.4.0.ebuild,v 1.1 
2015/01/14 22:01:38 xarthisius Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1 flag-o-matic

DESCRIPTION="Simple Python interface to HDF5 files"
HOMEPAGE="http://www.h5py.org/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test examples mpi"

RDEPEND="
        sci-libs/hdf5:=[mpi=]
        dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/cython[${PYTHON_USEDEP}]
        mpi? ( dev-python/mpi4py[${PYTHON_USEDEP}] )"
DISTUTILS_NO_PARALLEL_BUILD=1

pkg_setup() {
        if use mpi ; then
                export CC=mpicc
        fi
}

python_prepare_all() {
        append-cflags -fno-strict-aliasing
        distutils-r1_python_prepare_all
}

python_configure() {
        esetup.py configure $(usex mpi --mpi '')
}

python_test() {
        esetup.py test
}

python_install_all() {
        DOCS=( README.rst ANN.rst )
        use examples && local EXAMPLES=( examples/. )

        distutils-r1_python_install_all
}




Reply via email to