xarthisius    14/07/22 13:24:07

  Modified:             ChangeLog
  Added:                h5py-2.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.26                 dev-python/h5py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   6 Jul 2014 12:41:32 -0000       1.25
+++ ChangeLog   22 Jul 2014 13:24:07 -0000      1.26
@@ -1,6 +1,11 @@
 # 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.25 2014/07/06 
12:41:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.26 2014/07/22 
13:24:07 xarthisius Exp $
+
+*h5py-2.3.1 (22 Jul 2014)
+
+  22 Jul 2014; Kacper Kowalik <[email protected]> +h5py-2.3.1.ebuild:
+  Version bump
 
   06 Jul 2014; Michał Górny <[email protected]> h5py-2.2.1-r1.ebuild,
   h5py-2.2.1.ebuild:



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild?rev=1.1&content-type=text/plain

Index: h5py-2.3.1.ebuild
===================================================================
# 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.1 
2014/07/22 13:24:07 xarthisius Exp $

EAPI=5

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

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
        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

# Testsuite is written for a non mpi build
REQUIRED_USE="test? ( !mpi )"

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

python_compile() {
        if use mpi;then
                distutils-r1_python_compile --mpi=yes
        else
                distutils-r1_python_compile
        fi
}

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