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 4E9CC138359 for ; Sun, 2 Aug 2020 08:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B964E0C89; Sun, 2 Aug 2020 08:17:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 74210E0C89 for ; Sun, 2 Aug 2020 08:17:54 +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 9E55834F169 for ; Sun, 2 Aug 2020 08:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 497E82FE for ; Sun, 2 Aug 2020 08:17:52 +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: <1596356204.ff997adb2fa56460886298b7eede13ad420042d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reno/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reno/reno-2.11.3.ebuild dev-python/reno/reno-2.7.0.ebuild X-VCS-Directories: dev-python/reno/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff997adb2fa56460886298b7eede13ad420042d2 X-VCS-Branch: master Date: Sun, 2 Aug 2020 08:17:52 +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: eb0fba3f-2cd7-43f4-8ed3-9dd85059702e X-Archives-Hash: 3cf23317c619cd0f3a0b845cde0380ce commit: ff997adb2fa56460886298b7eede13ad420042d2 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 07:55:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 08:16:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff997adb dev-python/reno: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> dev-python/reno/reno-2.11.3.ebuild | 2 +- dev-python/reno/reno-2.7.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/reno/reno-2.11.3.ebuild b/dev-python/reno/reno-2.11.3.ebuild index 67a2d6e5d14..0ec706bfa07 100644 --- a/dev-python/reno/reno-2.11.3.ebuild +++ b/dev-python/reno/reno-2.11.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/reno/reno-2.7.0.ebuild b/dev-python/reno/reno-2.7.0.ebuild index a23ec8d58ca..44eff81e2fd 100644 --- a/dev-python/reno/reno-2.7.0.ebuild +++ b/dev-python/reno/reno-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1