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/ipdbplugin/, profiles/
Date: Sat, 23 May 2020 09:53:53
Message-Id: 1590227609.976fe7cf9dc6f67f7374050bb2c98f60dfc5ef17.mgorny@gentoo
1 commit: 976fe7cf9dc6f67f7374050bb2c98f60dfc5ef17
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:52:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:53:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976fe7cf
7
8 dev-python/ipdbplugin: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719000
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/ipdbplugin/Manifest | 1 -
14 dev-python/ipdbplugin/ipdbplugin-1.4.ebuild | 29 ----------------------------
15 dev-python/ipdbplugin/ipdbplugin-9999.ebuild | 29 ----------------------------
16 dev-python/ipdbplugin/metadata.xml | 8 --------
17 profiles/package.mask | 5 -----
18 5 files changed, 72 deletions(-)
19
20 diff --git a/dev-python/ipdbplugin/Manifest b/dev-python/ipdbplugin/Manifest
21 deleted file mode 100644
22 index b4a33910a80..00000000000
23 --- a/dev-python/ipdbplugin/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST ipdbplugin-1.4.tar.gz 2473 BLAKE2B d69c6f2a45738bf10a18e9db194530efa21f8d32bd69d5ccd279eb50f07bd5c8b369bcdde92dc2e9b8b417864a49c308c83649bb66bcaf8ec380101284363c7d SHA512 5831d1e9aceb2fe4db272975d4d792622822049813ba76bdc0ee48dee001339084efddf534882775922ec178c1bcd52954bc2df1ce42181cbfdd1c3c4b944365
27
28 diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
29 deleted file mode 100644
30 index f7201a9866f..00000000000
31 --- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
43 -HOMEPAGE="https://pypi.org/project/ipdbplugin/"
44 -
45 -if [[ ${PV} == "9999" ]] ; then
46 - inherit git-r3
47 - SRC_URI=""
48 - EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git"
49 -else
50 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 - KEYWORDS="~amd64 ~x86"
52 -fi
53 -
54 -LICENSE="LGPL-2"
55 -SLOT="0"
56 -IUSE=""
57 -
58 -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
59 - dev-python/ipdb
60 - dev-python/nose"
61 -DEPEND="${RDEPEND}
62 - dev-python/setuptools[${PYTHON_USEDEP}]"
63
64 diff --git a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild
65 deleted file mode 100644
66 index f7201a9866f..00000000000
67 --- a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild
68 +++ /dev/null
69 @@ -1,29 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI="5"
74 -PYTHON_COMPAT=( python3_6 )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
79 -HOMEPAGE="https://pypi.org/project/ipdbplugin/"
80 -
81 -if [[ ${PV} == "9999" ]] ; then
82 - inherit git-r3
83 - SRC_URI=""
84 - EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git"
85 -else
86 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 - KEYWORDS="~amd64 ~x86"
88 -fi
89 -
90 -LICENSE="LGPL-2"
91 -SLOT="0"
92 -IUSE=""
93 -
94 -RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
95 - dev-python/ipdb
96 - dev-python/nose"
97 -DEPEND="${RDEPEND}
98 - dev-python/setuptools[${PYTHON_USEDEP}]"
99
100 diff --git a/dev-python/ipdbplugin/metadata.xml b/dev-python/ipdbplugin/metadata.xml
101 deleted file mode 100644
102 index ed2f4d2799c..00000000000
103 --- a/dev-python/ipdbplugin/metadata.xml
104 +++ /dev/null
105 @@ -1,8 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <!-- maintainer-needed -->
110 - <upstream>
111 - <remote-id type="pypi">ipdbplugin</remote-id>
112 - </upstream>
113 -</pkgmetadata>
114
115 diff --git a/profiles/package.mask b/profiles/package.mask
116 index a516e73f92a..de50b4cd973 100644
117 --- a/profiles/package.mask
118 +++ b/profiles/package.mask
119 @@ -429,11 +429,6 @@ app-backup/kup
120 # Removal in 30 days. Bug #719008.
121 dev-python/junit-xml
122
123 -# Michał Górny <mgorny@g.o> (2020-04-23)
124 -# Unmaintained. Stuck on Python 3.6. Nose plugin with no revdeps.
125 -# Removal in 30 days. Bug #719000.
126 -dev-python/ipdbplugin
127 -
128 # Michał Górny <mgorny@g.o> (2020-04-22)
129 # Effectively unmaintained and stuck on Python 3.6.
130 #