Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/, profiles/
Date: Fri, 09 Oct 2020 08:05:11
Message-Id: 1602230608.dffbe638a09c0eb00dc5d2e91e7c38e53c4642b5.mgorny@gentoo
1 commit: dffbe638a09c0eb00dc5d2e91e7c38e53c4642b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 08:03:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 08:03:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffbe638
7
8 dev-python/root_numpy: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/737378
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/root_numpy/Manifest | 1 -
14 dev-python/root_numpy/metadata.xml | 21 -----------
15 dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild | 46 ------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 69 deletions(-)
18
19 diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
20 deleted file mode 100644
21 index c4c95d223d4..00000000000
22 --- a/dev-python/root_numpy/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705 SHA512 7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7
26
27 diff --git a/dev-python/root_numpy/metadata.xml b/dev-python/root_numpy/metadata.xml
28 deleted file mode 100644
29 index 07c071353ab..00000000000
30 --- a/dev-python/root_numpy/metadata.xml
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>sci-physics@g.o</email>
38 - <name>Gentoo Physics Project</name>
39 - </maintainer>
40 - <longdescription lang="en">
41 - root_numpy is a Python extension for converting ROOT TTrees into
42 - NumPy recarrays or structured arrays. With the core internals
43 - written in C++, root_numpy can efficiently handle large amounts of
44 - data (limited only by the available memory).
45 - Now that your ROOT data is in NumPy form, you can make use of the many
46 - powerful scientific Python packages or perform quick exploratory data
47 - analysis in interactive environments like IPython.
48 -</longdescription>
49 - <upstream>
50 - <remote-id type="pypi">root_numpy</remote-id>
51 - <remote-id type="github">rootpy/root_numpy</remote-id>
52 - </upstream>
53 -</pkgmetadata>
54
55 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
56 deleted file mode 100644
57 index 8333f884197..00000000000
58 --- a/dev-python/root_numpy/root_numpy-4.7.3-r1.ebuild
59 +++ /dev/null
60 @@ -1,46 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=5
65 -
66 -DISTUTILS_SINGLE_IMPL=1
67 -PYTHON_COMPAT=( python3_6 )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Interface between ROOT and numpy"
72 -HOMEPAGE="https://github.com/rootpy/root_numpy"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="BSD"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
78 -IUSE="examples test"
79 -RESTRICT="!test? ( test )"
80 -
81 -RDEPEND="
82 - $(python_gen_cond_dep '
83 - dev-python/numpy[${PYTHON_MULTI_USEDEP}]
84 - ')
85 - sci-physics/root:=[python,${PYTHON_SINGLE_USEDEP}]"
86 -
87 -DEPEND="${RDEPEND}
88 - test? (
89 - $(python_gen_cond_dep '
90 - dev-python/nose[${PYTHON_MULTI_USEDEP}] )
91 - ')"
92 -
93 -python_test() {
94 - cd "${BUILD_DIR}" || die
95 - nosetests -v || die "Testing failed with ${EPYTHON}"
96 -}
97 -
98 -python_install_all() {
99 - if use examples; then
100 - docinto examples
101 - dodoc -r tutorial/.
102 - docompress -x /usr/share/doc/${PF}/examples
103 - fi
104 -
105 - distutils-r1_python_install_all
106 -}
107
108 diff --git a/profiles/package.mask b/profiles/package.mask
109 index 4ea8548576d..9e52b0d4ac8 100644
110 --- a/profiles/package.mask
111 +++ b/profiles/package.mask
112 @@ -486,7 +486,6 @@ media-sound/freebirth
113 app-crypt/acmebot
114 app-vim/conque
115 dev-python/redlock-py
116 -dev-python/root_numpy
117
118 # Michał Górny <mgorny@g.o> (2020-09-09)
119 # These packages (or package versions) still require Python 2.7.