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: net-irc/limnoria/
Date: Tue, 11 Feb 2020 12:16:39
Message-Id: 1581423375.c4f888a67bdb246f969f7a3218d18f54cc477109.mgorny@gentoo
1 commit: c4f888a67bdb246f969f7a3218d18f54cc477109
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:04:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f888a6
7
8 net-irc/limnoria: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-irc/limnoria/limnoria-20191123.ebuild | 9 +++------
13 net-irc/limnoria/limnoria-99999999.ebuild | 9 +++------
14 2 files changed, 6 insertions(+), 12 deletions(-)
15
16 diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild
17 index 87f53168aaa..77d3858ab95 100644
18 --- a/net-irc/limnoria/limnoria-20191123.ebuild
19 +++ b/net-irc/limnoria/limnoria-20191123.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
25 +PYTHON_COMPAT=( python{3_6,3_7} )
26
27 inherit distutils-r1
28
29 @@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel bot"
30 HOMEPAGE="https://supybot.aperio.fr/"
31 LICENSE="BSD"
32 SLOT="0"
33 -IUSE="crypt ssl test"
34 +IUSE="crypt ssl"
35
36 RDEPEND="
37 dev-python/chardet[${PYTHON_USEDEP}]
38 @@ -40,10 +40,7 @@ RDEPEND="
39 !net-irc/supybot
40 !net-irc/supybot-plugins
41 "
42 -DEPEND="${RDEPEND}
43 - test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
44 -
45 -RESTRICT="!test? ( test )"
46 +DEPEND="${RDEPEND}"
47
48 src_unpack() {
49 if [[ ${PV} == "99999999" ]]; then
50
51 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild
52 index 87f53168aaa..77d3858ab95 100644
53 --- a/net-irc/limnoria/limnoria-99999999.ebuild
54 +++ b/net-irc/limnoria/limnoria-99999999.ebuild
55 @@ -2,7 +2,7 @@
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
60 +PYTHON_COMPAT=( python{3_6,3_7} )
61
62 inherit distutils-r1
63
64 @@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel bot"
65 HOMEPAGE="https://supybot.aperio.fr/"
66 LICENSE="BSD"
67 SLOT="0"
68 -IUSE="crypt ssl test"
69 +IUSE="crypt ssl"
70
71 RDEPEND="
72 dev-python/chardet[${PYTHON_USEDEP}]
73 @@ -40,10 +40,7 @@ RDEPEND="
74 !net-irc/supybot
75 !net-irc/supybot-plugins
76 "
77 -DEPEND="${RDEPEND}
78 - test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
79 -
80 -RESTRICT="!test? ( test )"
81 +DEPEND="${RDEPEND}"
82
83 src_unpack() {
84 if [[ ${PV} == "99999999" ]]; then