commit:     c4f888a67bdb246f969f7a3218d18f54cc477109
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:04:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:16:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f888a6

net-irc/limnoria: Remove py2

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

 net-irc/limnoria/limnoria-20191123.ebuild | 9 +++------
 net-irc/limnoria/limnoria-99999999.ebuild | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/net-irc/limnoria/limnoria-20191123.ebuild 
b/net-irc/limnoria/limnoria-20191123.ebuild
index 87f53168aaa..77d3858ab95 100644
--- a/net-irc/limnoria/limnoria-20191123.ebuild
+++ b/net-irc/limnoria/limnoria-20191123.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel 
bot"
 HOMEPAGE="https://supybot.aperio.fr/";
 LICENSE="BSD"
 SLOT="0"
-IUSE="crypt ssl test"
+IUSE="crypt ssl"
 
 RDEPEND="
        dev-python/chardet[${PYTHON_USEDEP}]
@@ -40,10 +40,7 @@ RDEPEND="
        !net-irc/supybot
        !net-irc/supybot-plugins
        "
-DEPEND="${RDEPEND}
-       test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )"
-
-RESTRICT="!test? ( test )"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
        if [[ ${PV} == "99999999" ]]; then

diff --git a/net-irc/limnoria/limnoria-99999999.ebuild 
b/net-irc/limnoria/limnoria-99999999.ebuild
index 87f53168aaa..77d3858ab95 100644
--- a/net-irc/limnoria/limnoria-99999999.ebuild
+++ b/net-irc/limnoria/limnoria-99999999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel 
bot"
 HOMEPAGE="https://supybot.aperio.fr/";
 LICENSE="BSD"
 SLOT="0"
-IUSE="crypt ssl test"
+IUSE="crypt ssl"
 
 RDEPEND="
        dev-python/chardet[${PYTHON_USEDEP}]
@@ -40,10 +40,7 @@ RDEPEND="
        !net-irc/supybot
        !net-irc/supybot-plugins
        "
-DEPEND="${RDEPEND}
-       test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )"
-
-RESTRICT="!test? ( test )"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
        if [[ ${PV} == "99999999" ]]; then

Reply via email to