[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/, profiles/

2020-10-09 Thread Michał Górny
commit: dffbe638a09c0eb00dc5d2e91e7c38e53c4642b5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  9 08:03:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  9 08:03:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffbe638

dev-python/root_numpy: Remove last-rited pkg

Closes: https://bugs.gentoo.org/737378
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/root_numpy/Manifest   |  1 -
 dev-python/root_numpy/metadata.xml   | 21 ---
 dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild | 46 
 profiles/package.mask|  1 -
 4 files changed, 69 deletions(-)

diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
deleted file mode 100644
index c4c95d223d4..000
--- a/dev-python/root_numpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 
9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705
 SHA512 
7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7

diff --git a/dev-python/root_numpy/metadata.xml 
b/dev-python/root_numpy/metadata.xml
deleted file mode 100644
index 07c071353ab..000
--- a/dev-python/root_numpy/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-phys...@gentoo.org
-Gentoo Physics Project
-  
-  
-  root_numpy is a Python extension for converting ROOT TTrees into
-  NumPy recarrays or structured arrays. With the core internals
-  written in C++, root_numpy can efficiently handle large amounts of
-  data (limited only by the available memory). 
-  Now that your ROOT data is in NumPy form, you can make use of the many
-  powerful scientific Python packages or perform quick exploratory data
-  analysis in interactive environments like IPython.
-
-  
-root_numpy
-rootpy/root_numpy
-  
-

diff --git a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
deleted file mode 100644
index 8333f884197..000
--- a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_6 )
-
-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="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
-   ')
-   sci-physics/root:=[python,${PYTHON_SINGLE_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/nose[${PYTHON_MULTI_USEDEP}] )
-   ')"
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r tutorial/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ea8548576d..9e52b0d4ac8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -486,7 +486,6 @@ media-sound/freebirth
 app-crypt/acmebot
 app-vim/conque
 dev-python/redlock-py
-dev-python/root_numpy
 
 # Michał Górny  (2020-09-09)
 # These packages (or package versions) still require Python 2.7.



[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2020-03-20 Thread David Seifert
commit: 8babea42bb4154f06c92de98face4e83875b02e0
Author: David Seifert  gentoo  org>
AuthorDate: Fri Mar 20 09:57:33 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Mar 20 09:57:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8babea42

dev-python/root_numpy: Replace distutils-r1 EXAMPLES use

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
index c5305f46891..8333f884197 100644
--- a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
@@ -36,6 +36,11 @@ python_test() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( tutorial/. )
+   if use examples; then
+   docinto examples
+   dodoc -r tutorial/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
distutils-r1_python_install_all
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2020-01-15 Thread Michał Górny
commit: e9d910eae925063bec27d630388da635cc58696f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 05:36:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:04:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d910ea

dev-python/root_numpy: Remove old (py2)

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/root_numpy/Manifest|  1 -
 dev-python/root_numpy/root_numpy-4.4.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
index 8f35909f970..c4c95d223d4 100644
--- a/dev-python/root_numpy/Manifest
+++ b/dev-python/root_numpy/Manifest
@@ -1,2 +1 @@
-DIST root_numpy-4.4.0.tar.gz 441522 BLAKE2B 
af3b0b08e80e7cba57730cdb32719ad56be914b5329d953693b898f2bb30c19b3bfa7bb4594e7fed819b08a3ba6894580e38d03f9520ecffab7a67daa17898be
 SHA512 
24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2
 DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 
9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705
 SHA512 
7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7

diff --git a/dev-python/root_numpy/root_numpy-4.4.0.ebuild 
b/dev-python/root_numpy/root_numpy-4.4.0.ebuild
deleted file mode 100644
index 9df21e01009..000
--- a/dev-python/root_numpy/root_numpy-4.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_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"
-RESTRICT="!test? ( 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2020-01-15 Thread Michał Górny
commit: 530587ff5f300d772256a062ee83a8be70251f58
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 16 05:37:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 16 06:04:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530587ff

dev-python/root_numpy: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/root_numpy/root_numpy-4.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/root_numpy/root_numpy-4.7.3.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 0e4f2ac5824..d76b3145562 100644
--- a/dev-python/root_numpy/root_numpy-4.7.3.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2018-03-15 Thread Benda XU
commit: c631448d1d27990cc7c094605606b645b17d2880
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Mar 16 05:23:56 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Mar 16 05:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631448d

dev-python/root_numpy: tested with python-3.6.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/root_numpy/root_numpy-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/root_numpy/root_numpy-4.7.3.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 81df51049d4..7561d10b039 100644
--- a/dev-python/root_numpy/root_numpy-4.7.3.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2018-03-12 Thread Benda XU
commit: 91da98ffd189a16e302e615b9c6228e89433e952
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Mar 12 07:22:11 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Mar 12 07:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da98ff

dev-python/root_numpy: bump to 4.7.3 and remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/root_numpy/Manifest |  4 +--
 dev-python/root_numpy/root_numpy-3.3.0.ebuild  | 35 --
 dev-python/root_numpy/root_numpy-3.3.1.ebuild  | 35 --
 ..._numpy-3.2.0.ebuild => root_numpy-4.7.3.ebuild} |  6 ++--
 4 files changed, 4 insertions(+), 76 deletions(-)

diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
index 858b007f216..8f35909f970 100644
--- a/dev-python/root_numpy/Manifest
+++ b/dev-python/root_numpy/Manifest
@@ -1,4 +1,2 @@
-DIST root_numpy-3.2.0.tar.gz 316240 BLAKE2B 
a8e4b26fefe6ba312e9d8cf9f93ee269d11018a5d7b74dbe2be2b1f5e98a100203292454c893b1a0f63cce6b56cdf965fdc400ca4ef48b7eb9ea3c416814b245
 SHA512 
da08a33eeb225a57053eafc6247e55fec8c56e231455c255d71d3adfb6119d35d0b41fcf54d5d99690743a525e9d5ecfcde7efe53fb0551e38affa10e336485f
-DIST root_numpy-3.3.0.tar.gz 359688 BLAKE2B 
62e0b8ce43863ec5dbbd6a1fbee5cec3dd22cff3c4f3822999ab2a8306a830e61cad5cb07bd2a27937b332a7b7bbd998b8fd61d822173ba8649ceaab52aaf567
 SHA512 
97a75ed46cdb25ff6f7c680c359cc84cf1a9b0f6204d5ee9e7cf0d1bd0847910be7d0599e9a38df42593c56842d7cf6ecd982c2f3620db5c9162442af59c1acb
-DIST root_numpy-3.3.1.tar.gz 361107 BLAKE2B 
ec1e38a6342e9ca7de9ff257f2b9442c8e6bca84a6a92abe749833ccd02d837294f9c3feddc9b4d5471f2a5b6ff51e56f10d26939b779293cfe6da09fbc55c1f
 SHA512 
5fe0340c8e0550492b97bde0a75bef4c3b5a302d61090f79e2858b9adf93e0b522dba341a3fb60ca6557d033c429f6c93c1330caf38568a6060ad41e664063e9
 DIST root_numpy-4.4.0.tar.gz 441522 BLAKE2B 
af3b0b08e80e7cba57730cdb32719ad56be914b5329d953693b898f2bb30c19b3bfa7bb4594e7fed819b08a3ba6894580e38d03f9520ecffab7a67daa17898be
 SHA512 
24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2
+DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 
9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705
 SHA512 
7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7

diff --git a/dev-python/root_numpy/root_numpy-3.3.0.ebuild 
b/dev-python/root_numpy/root_numpy-3.3.0.ebuild
deleted file mode 100644
index c472f85d822..000
--- a/dev-python/root_numpy/root_numpy-3.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_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.1.ebuild 
b/dev-python/root_numpy/root_numpy-3.3.1.ebuild
deleted file mode 100644
index c472f85d822..000
--- a/dev-python/root_numpy/root_numpy-3.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_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.2.0.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
similarity index 87%
rename from dev-python/root_numpy/root_numpy-3.2.0.ebuild
rename to dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/

2015-10-08 Thread Benda XU
commit: 4cfe7ba0b8373f99f9d503e93f0a483c01765c9b
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Oct  8 03:21:06 2015 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Oct  8 07:49:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe7ba0

dev-python/root_numpy: version bump to 4.4.0.

Package-Manager: portage-2.2.22

 dev-python/root_numpy/Manifest|  1 +
 dev-python/root_numpy/root_numpy-4.4.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
index 2682c56..6a2bf75 100644
--- a/dev-python/root_numpy/Manifest
+++ b/dev-python/root_numpy/Manifest
@@ -1,3 +1,4 @@
 DIST root_numpy-3.2.0.tar.gz 316240 SHA256 
ff64ebd9c4b8e99703bed8541bbd5f69742da0e442f8ab0833319252a0bf8006 SHA512 
da08a33eeb225a57053eafc6247e55fec8c56e231455c255d71d3adfb6119d35d0b41fcf54d5d99690743a525e9d5ecfcde7efe53fb0551e38affa10e336485f
 WHIRLPOOL 
d0a105dcc4c03f33d3683fcdebcf8d140e9a6b6ea4fa7f7fcf4773b03dffd4972ff571aeb8c6e85caea09cc4df0fe3e73c9853d980cb0fe944dd7255e07a2e7e
 DIST root_numpy-3.3.0.tar.gz 359688 SHA256 
f658bdecada912aed0b92ea84a2e5a64660b28f1476c2387d1e208237da34e5a SHA512 
97a75ed46cdb25ff6f7c680c359cc84cf1a9b0f6204d5ee9e7cf0d1bd0847910be7d0599e9a38df42593c56842d7cf6ecd982c2f3620db5c9162442af59c1acb
 WHIRLPOOL 
f03a0cf935e4e3ca55cc1d8752e29a5477f4e13972caa3cbfd09ef6902bf059d592af381d232a100cd3e25453def6e8b2530a0f5cb29333d5523d0159b315f7d
 DIST root_numpy-3.3.1.tar.gz 361107 SHA256 
932de8dea0d1586fe73c07b1a0859032cce4cd122a96c2aa5f4a0d55b8d47097 SHA512 
5fe0340c8e0550492b97bde0a75bef4c3b5a302d61090f79e2858b9adf93e0b522dba341a3fb60ca6557d033c429f6c93c1330caf38568a6060ad41e664063e9
 WHIRLPOOL 
65507c731a53bbc7617a44e2cebb2b6ca11127b6c05d11998b04360fa32ff1cd9f6716bd391331dfdb97307bef08f72bfadf7b65bdc216a8a3090cf505d8a1e6
+DIST root_numpy-4.4.0.tar.gz 441522 SHA256 
91a153de18cb0b364cd796db5756181987eaf67845356191a39543c0ca1e9ad5 SHA512 
24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2
 WHIRLPOOL 
2bee9256663db1be4b2794221ccf0d7e36ec376b411e1127d9ccebbb3f229dc6c378f48293523fa01ddec131d3b9b318b24ce1a98efc9c3de98cfdd7fbec524a

diff --git a/dev-python/root_numpy/root_numpy-4.4.0.ebuild 
b/dev-python/root_numpy/root_numpy-4.4.0.ebuild
new file mode 100644
index 000..a2a71ee
--- /dev/null
+++ b/dev-python/root_numpy/root_numpy-4.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python2_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
+}