From 59505ffcee5250470d88fbb39680a95e4860fa9a Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 6 May 2014 15:59:22 +0000 Subject: Version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360) --- dev-python/root_numpy/ChangeLog | 8 +++++- dev-python/root_numpy/root_numpy-3.1.1.ebuild | 36 --------------------------- dev-python/root_numpy/root_numpy-3.3.0.ebuild | 36 +++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 37 deletions(-) delete mode 100644 dev-python/root_numpy/root_numpy-3.1.1.ebuild create mode 100644 dev-python/root_numpy/root_numpy-3.3.0.ebuild (limited to 'dev-python/root_numpy') diff --git a/dev-python/root_numpy/ChangeLog b/dev-python/root_numpy/ChangeLog index 1c3ff8e89581..835c2ed1aa06 100644 --- a/dev-python/root_numpy/ChangeLog +++ b/dev-python/root_numpy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/root_numpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.4 2014/02/23 22:40:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.5 2014/05/06 15:59:22 bicatali Exp $ + +*root_numpy-3.3.0 (06 May 2014) + + 06 May 2014; Sébastien Fabbro +root_numpy-3.3.0.ebuild, + -root_numpy-3.1.1.ebuild: + Version bump *root_numpy-3.2.0 (23 Feb 2014) diff --git a/dev-python/root_numpy/root_numpy-3.1.1.ebuild b/dev-python/root_numpy/root_numpy-3.1.1.ebuild deleted file mode 100644 index 23cc42a64eec..000000000000 --- a/dev-python/root_numpy/root_numpy-3.1.1.ebuild +++ /dev/null @@ -1,36 +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/root_numpy/root_numpy-3.1.1.ebuild,v 1.1 2013/12/22 17:50:51 bicatali Exp $ - -EAPI=5 - -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="Interface between ROOT and numpy" -HOMEPAGE="https://github.com/rootpy/root_numpy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - sci-physics/root[python,${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - cd ${BUILD_DIR} || die - nosetests -v || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( tutorial/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/root_numpy/root_numpy-3.3.0.ebuild b/dev-python/root_numpy/root_numpy-3.3.0.ebuild new file mode 100644 index 000000000000..e63dce770a07 --- /dev/null +++ b/dev-python/root_numpy/root_numpy-3.3.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild,v 1.1 2014/05/06 15:59:22 bicatali Exp $ + +EAPI=5 + +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Interface between ROOT and numpy" +HOMEPAGE="https://github.com/rootpy/root_numpy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples test" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-physics/root[python,${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + cd "${BUILD_DIR}" || die + nosetests -v || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( tutorial/. ) + distutils-r1_python_install_all +} -- cgit v1.2.3-65-gdbad