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 B7AC6138350 for ; Sat, 28 Mar 2020 13:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DA8AE0DE9; Sat, 28 Mar 2020 13:34:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 538E8E0DE9 for ; Sat, 28 Mar 2020 13:34:13 +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 81D5734FA02 for ; Sat, 28 Mar 2020 13:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA441AA for ; Sat, 28 Mar 2020 13:34:09 +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: <1585402444.b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testresources/testresources-0.2.7-r2.ebuild dev-python/testresources/testresources-1.0.0.ebuild dev-python/testresources/testresources-2.0.1.ebuild X-VCS-Directories: dev-python/testresources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b X-VCS-Branch: master Date: Sat, 28 Mar 2020 13:34:09 +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: 37c4f95b-495a-48bf-bbda-f8c0cf75ad49 X-Archives-Hash: 937db723e2c9f5336f4b2bf2792493a9 commit: b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 13:31:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 13:34:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12bfd02 dev-python/testresources: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +- dev-python/testresources/testresources-1.0.0.ebuild | 2 +- dev-python/testresources/testresources-2.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild index fe388a4cec5..770af1876c5 100644 --- a/dev-python/testresources/testresources-0.2.7-r2.ebuild +++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild index 9a136ccef1f..ef6f4060ce5 100644 --- a/dev-python/testresources/testresources-1.0.0.ebuild +++ b/dev-python/testresources/testresources-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild index ff08e831e3c..721f99b6fe8 100644 --- a/dev-python/testresources/testresources-2.0.1.ebuild +++ b/dev-python/testresources/testresources-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1