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 D4F66138350 for ; Sun, 2 Feb 2020 15:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AEDE0856; Sun, 2 Feb 2020 15:34:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8C60E0856 for ; Sun, 2 Feb 2020 15:34:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B616B34E544 for ; Sun, 2 Feb 2020 15:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C6EF11F for ; Sun, 2 Feb 2020 15:34:31 +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: <1580657663.3c9e7cbd13a957181bd6a416318c82c0e76e6cf5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/yowsup/yowsup-3.2.3.ebuild net-im/yowsup/yowsup-3.2.3_p20190905.ebuild X-VCS-Directories: net-im/yowsup/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c9e7cbd13a957181bd6a416318c82c0e76e6cf5 X-VCS-Branch: master Date: Sun, 2 Feb 2020 15:34:31 +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: 0a29123b-898c-427e-bba9-2678855be659 X-Archives-Hash: 8496ad01843a6c1cbdcfe655bba37e72 commit: 3c9e7cbd13a957181bd6a416318c82c0e76e6cf5 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 2 15:17:06 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 2 15:34:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e7cbd net-im/yowsup: Remove py2 Signed-off-by: Michał Górny gentoo.org> net-im/yowsup/yowsup-3.2.3.ebuild | 2 +- net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/yowsup/yowsup-3.2.3.ebuild b/net-im/yowsup/yowsup-3.2.3.ebuild index 123268b695f..8917cbfe85f 100644 --- a/net-im/yowsup/yowsup-3.2.3.ebuild +++ b/net-im/yowsup/yowsup-3.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="readline" inherit distutils-r1 diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild index 431912299f5..ddf34d927d5 100644 --- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild +++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS="bdepend" EGIT_COMMIT="2adc067f306d9e7d8b634f66e96c52d80a42e1ff" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="readline" inherit distutils-r1