From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D63C1138350 for ; Tue, 11 Feb 2020 12:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34165E089A; Tue, 11 Feb 2020 12:16:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19D54E089A for ; Tue, 11 Feb 2020 12:16:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1ECF34EB5D for ; Tue, 11 Feb 2020 12:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0070B147 for ; Tue, 11 Feb 2020 12:16:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581423375.c4f888a67bdb246f969f7a3218d18f54cc477109.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria/limnoria-20191123.ebuild net-irc/limnoria/limnoria-99999999.ebuild X-VCS-Directories: net-irc/limnoria/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c4f888a67bdb246f969f7a3218d18f54cc477109 X-VCS-Branch: master Date: Tue, 11 Feb 2020 12:16:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6130cacc-d051-42f8-91c4-15325d4535fc X-Archives-Hash: e7c2569ef7c1fd72e8074f72479ea1c4 commit: c4f888a67bdb246f969f7a3218d18f54cc477109 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 11 12:04:59 2020 +0000 Commit: Michał Górny gentoo 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 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