bicatali    14/05/06 15:59:22

  Modified:             ChangeLog
  Added:                root_numpy-3.3.0.ebuild
  Removed:              root_numpy-3.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  Changes    Path
1.5                  dev-python/root_numpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   23 Feb 2014 22:40:09 -0000      1.4
+++ ChangeLog   6 May 2014 15:59:22 -0000       1.5
@@ -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 <bicat...@gentoo.org> +root_numpy-3.3.0.ebuild,
+  -root_numpy-3.1.1.ebuild:
+  Version bump
 
 *root_numpy-3.2.0 (23 Feb 2014)
 



1.1                  dev-python/root_numpy/root_numpy-3.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild?rev=1.1&content-type=text/plain

Index: root_numpy-3.3.0.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.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
}




Reply via email to