From 9ec57cb99acf342a81af19acc9caf175183c9ce4 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Wed, 11 Dec 2013 12:48:00 +0000 Subject: Version bump, drop old (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9) --- dev-python/h5py/ChangeLog | 8 ++++++- dev-python/h5py/h5py-2.1.3.ebuild | 45 --------------------------------------- dev-python/h5py/h5py-2.2.1.ebuild | 45 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 46 deletions(-) delete mode 100644 dev-python/h5py/h5py-2.1.3.ebuild create mode 100644 dev-python/h5py/h5py-2.2.1.ebuild (limited to 'dev-python/h5py') diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog index 850c7bdf47a4..6b10380a096c 100644 --- a/dev-python/h5py/ChangeLog +++ b/dev-python/h5py/ChangeLog @@ -1,6 +1,12 @@ # 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.21 2013/12/04 13:36:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.22 2013/12/11 12:48:00 xarthisius Exp $ + +*h5py-2.2.1 (11 Dec 2013) + + 11 Dec 2013; Kacper Kowalik +h5py-2.2.1.ebuild, + -h5py-2.1.3.ebuild: + Version bump, drop old 04 Dec 2013; Justin Lecher h5py-2.1.3.ebuild, h5py-2.2.0.ebuild, metadata.xml: diff --git a/dev-python/h5py/h5py-2.1.3.ebuild b/dev-python/h5py/h5py-2.1.3.ebuild deleted file mode 100644 index ee312906be08..000000000000 --- a/dev-python/h5py/h5py-2.1.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.3.ebuild,v 1.4 2013/12/04 13:36:09 jlec Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,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="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/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" - -python_prepare_all() { - append-cflags -fno-strict-aliasing - distutils-r1_python_prepare_all -} - -python_test() { - cd "${BUILD_DIR}"/lib/ && nosetests ./${PN}/lowtest || die -} - -python_install_all() { - DOCS=( README.txt ) - if use examples; then - docompress -x /usr/share/doc/${PF}/examples - insinto /usr/share/doc/${PF} - doins -r examples - fi - distutils-r1_python_install_all -} diff --git a/dev-python/h5py/h5py-2.2.1.ebuild b/dev-python/h5py/h5py-2.2.1.ebuild new file mode 100644 index 000000000000..1751e0289b91 --- /dev/null +++ b/dev-python/h5py/h5py-2.2.1.ebuild @@ -0,0 +1,45 @@ +# 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.2.1.ebuild,v 1.1 2013/12/11 12:48:00 xarthisius Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,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="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}] + dev-python/cython[${PYTHON_USEDEP}] + test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" + +python_prepare_all() { + append-cflags -fno-strict-aliasing + distutils-r1_python_prepare_all +} + +python_test() { + cd "${BUILD_DIR}"/lib/ && nosetests ./${PN}/lowtest || die +} + +python_install_all() { + DOCS=( README.rst ANN.rst ) + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + insinto /usr/share/doc/${PF} + doins -r examples + fi + distutils-r1_python_install_all +} -- cgit v1.2.3-65-gdbad