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 2A14113835A for ; Fri, 25 Sep 2020 07:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20E1CE0837; Fri, 25 Sep 2020 07:22:42 +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 01585E0831 for ; Fri, 25 Sep 2020 07:22:41 +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 80AE834087E for ; Fri, 25 Sep 2020 07:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1722373 for ; Fri, 25 Sep 2020 07:22:38 +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: <1601018551.7002e0aecf1157d71ba7e3e9f8e8d057b3ae0b48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/namespace-jaraco/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/namespace-jaraco/namespace-jaraco-2-r1.ebuild dev-python/namespace-jaraco/namespace-jaraco-2-r2.ebuild X-VCS-Directories: dev-python/namespace-jaraco/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7002e0aecf1157d71ba7e3e9f8e8d057b3ae0b48 X-VCS-Branch: master Date: Fri, 25 Sep 2020 07:22:38 +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: ebb5fa57-0e4d-4e8a-9aed-8ce0711faf93 X-Archives-Hash: beadfe3809f4790272c80ac4bde81d3f commit: 7002e0aecf1157d71ba7e3e9f8e8d057b3ae0b48 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 24 21:07:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 25 07:22:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7002e0ae dev-python/namespace-jaraco: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> .../{namespace-jaraco-2-r1.ebuild => namespace-jaraco-2-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/namespace-jaraco/namespace-jaraco-2-r1.ebuild b/dev-python/namespace-jaraco/namespace-jaraco-2-r2.ebuild similarity index 94% rename from dev-python/namespace-jaraco/namespace-jaraco-2-r1.ebuild rename to dev-python/namespace-jaraco/namespace-jaraco-2-r2.ebuild index 7cfab7705f6..5c395f853eb 100644 --- a/dev-python/namespace-jaraco/namespace-jaraco-2-r1.ebuild +++ b/dev-python/namespace-jaraco/namespace-jaraco-2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) inherit python-r1 DESCRIPTION="Namespace package declaration for jaraco"