bicatali 14/06/30 18:40:54 Modified: ChangeLog Added: root_numpy-3.3.1.ebuild Log: Version bump (Portage version: 2.2.10.1-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.6 dev-python/root_numpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 6 May 2014 15:59:22 -0000 1.5 +++ ChangeLog 30 Jun 2014 18:40:54 -0000 1.6 @@ -1,6 +1,11 @@ # 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.5 2014/05/06 15:59:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.6 2014/06/30 18:40:54 bicatali Exp $ + +*root_numpy-3.3.1 (30 Jun 2014) + + 30 Jun 2014; Sébastien Fabbro <[email protected]> +root_numpy-3.3.1.ebuild: + Version bump *root_numpy-3.3.0 (06 May 2014) 1.1 dev-python/root_numpy/root_numpy-3.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.1.ebuild?rev=1.1&content-type=text/plain Index: root_numpy-3.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/root_numpy/root_numpy-3.3.1.ebuild,v 1.1 2014/06/30 18:40:54 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 }
