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: profiles/, dev-python/rootpy/
Date: Fri, 09 Oct 2020 08:05:10
Message-Id: 1602230588.50ed73901e8bf4ec414b4ca7b975bf0962a2179e.mgorny@gentoo
1 commit: 50ed73901e8bf4ec414b4ca7b975bf0962a2179e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 08:03:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 08:03:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ed7390
7
8 dev-python/rootpy: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/737376
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/rootpy/Manifest | 1 -
14 dev-python/rootpy/metadata.xml | 16 ----------
15 dev-python/rootpy/rootpy-1.0.1-r1.ebuild | 51 --------------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 69 deletions(-)
18
19 diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest
20 deleted file mode 100644
21 index f9282c00214..00000000000
22 --- a/dev-python/rootpy/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454 SHA512 db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f
26
27 diff --git a/dev-python/rootpy/metadata.xml b/dev-python/rootpy/metadata.xml
28 deleted file mode 100644
29 index 3728d7ab174..00000000000
30 --- a/dev-python/rootpy/metadata.xml
31 +++ /dev/null
32 @@ -1,16 +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 - The rootpy project is a community-driven initiative aiming to provide
42 - a more pythonic interface with ROOT on top of the existing PyROOT
43 - bindings.
44 -</longdescription>
45 -<upstream>
46 - <remote-id type="pypi">rootpy</remote-id>
47 -</upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild
51 deleted file mode 100644
52 index 6b13cc9333d..00000000000
53 --- a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild
54 +++ /dev/null
55 @@ -1,51 +0,0 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -PYTHON_COMPAT=( python3_6 )
62 -PYTHON_REQ_USE="readline"
63 -DISTUTILS_SINGLE_IMPL=1
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings"
68 -HOMEPAGE="http://rootpy.org"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 -
71 -LICENSE="BSD"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
74 -IUSE="examples test"
75 -
76 -RDEPEND="
77 - sci-physics/root:=[${PYTHON_SINGLE_USEDEP}]
78 - dev-python/root_numpy[${PYTHON_SINGLE_USEDEP}]
79 - $(python_gen_cond_dep '
80 - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
81 - dev-python/pytables[${PYTHON_MULTI_USEDEP}]
82 - dev-python/termcolor[${PYTHON_MULTI_USEDEP}]
83 - ')"
84 -
85 -DEPEND="
86 - sci-physics/root[${PYTHON_SINGLE_USEDEP}]
87 - test? (
88 - $(python_gen_cond_dep '
89 - dev-python/nose[${PYTHON_MULTI_USEDEP}]
90 - ')
91 - )"
92 -
93 -# TOFIX: tests go in an infinite loop error
94 -RESTRICT=test
95 -
96 -python_test() {
97 - cd "${BUILD_DIR}" || die
98 - nosetests -v || die "Testing failed with ${EPYTHON}"
99 -}
100 -
101 -python_install_all() {
102 - distutils-r1_python_install_all
103 - if use examples; then
104 - dodoc -r examples
105 - fi
106 -}
107
108 diff --git a/profiles/package.mask b/profiles/package.mask
109 index e2cacb3b9c9..4ea8548576d 100644
110 --- a/profiles/package.mask
111 +++ b/profiles/package.mask
112 @@ -487,7 +487,6 @@ app-crypt/acmebot
113 app-vim/conque
114 dev-python/redlock-py
115 dev-python/root_numpy
116 -dev-python/rootpy
117
118 # Michał Górny <mgorny@g.o> (2020-09-09)
119 # These packages (or package versions) still require Python 2.7.