* [gentoo-commits] gentoo-x86 commit in dev-python/h5py: h5py-2.1.2-r1.ebuild ChangeLog
@ 2013-03-07 9:43 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-03-07 9:43 UTC (permalink / raw
To: gentoo-commits
idella4 13/03/07 09:43:56
Modified: ChangeLog
Added: h5py-2.1.2-r1.ebuild
Log:
revbump; tests re-invoked, patch re locale issue filed upstream, fixes Bug #450892 by flameeyes
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.17 dev-python/h5py/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 28 Feb 2013 10:06:41 -0000 1.16
+++ ChangeLog 7 Mar 2013 09:43:56 -0000 1.17
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.16 2013/02/28 10:06:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.17 2013/03/07 09:43:56 idella4 Exp $
+
+*h5py-2.1.2-r1 (07 Mar 2013)
+
+ 07 Mar 2013; Ian Delaney <idella4@gentoo.org> +files/h5py-2.1-ucode.patch,
+ +h5py-2.1.2-r1.ebuild, h5py-2.1.2.ebuild:
+ revbump; tests re-invoked, patch re locale issue filed upstream, fixes Bug
+ #450892 by flameeyes
28 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> -h5py-2.1.0.ebuild,
-h5py-2.1.1-r1.ebuild, -h5py-2.1.1.ebuild, h5py-2.1.2.ebuild:
1.1 dev-python/h5py/h5py-2.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-2.1.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: h5py-2.1.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.1.2-r1.ebuild,v 1.1 2013/03/07 09:43:56 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 flag-o-matic eutils
DESCRIPTION="A simple Python interface to HDF5 files"
HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test examples"
RDEPEND="
sci-libs/hdf5:=
dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
python_prepare_all() {
append-cflags -fno-strict-aliasing
epatch "${FILESDIR}"/${PN}-2.1-ucode.patch
}
python_test() {
cd "${BUILD_DIR}"/lib/ && nosetests ./${PN}/lowtest || die
}
python_install_all() {
dodoc README.txt
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-07 9:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 9:43 [gentoo-commits] gentoo-x86 commit in dev-python/h5py: h5py-2.1.2-r1.ebuild ChangeLog Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox