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 1BF2B1382C5 for ; Sun, 28 Jun 2020 12:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30DC3E08E5; Sun, 28 Jun 2020 12:01:04 +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 172F4E08E5 for ; Sun, 28 Jun 2020 12:01:04 +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 4912A34F0EE for ; Sun, 28 Jun 2020 12:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDF812BB for ; Sun, 28 Jun 2020 12:00:59 +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: <1593345656.92c11dd14008e8c9dd7e4d88efa3f8d395d2b27b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfakefs/pyfakefs-3.7.2.ebuild dev-python/pyfakefs/pyfakefs-4.0.2.ebuild X-VCS-Directories: dev-python/pyfakefs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 92c11dd14008e8c9dd7e4d88efa3f8d395d2b27b X-VCS-Branch: master Date: Sun, 28 Jun 2020 12:00:59 +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: fbff0e6a-55f7-413c-8cf9-0aa0382b4b17 X-Archives-Hash: 1b816d8cb4ab53c2ebb93e7112819d1d commit: 92c11dd14008e8c9dd7e4d88efa3f8d395d2b27b Author: Michał Górny gentoo org> AuthorDate: Sun Jun 28 11:39:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 28 12:00:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c11dd1 dev-python/pyfakefs: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pyfakefs/pyfakefs-3.7.2.ebuild | 2 +- dev-python/pyfakefs/pyfakefs-4.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild index b866264b0c1..f2c68f22902 100644 --- a/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild +++ b/dev-python/pyfakefs/pyfakefs-3.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild b/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild index c064df196ec..f23510b3baa 100644 --- a/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild +++ b/dev-python/pyfakefs/pyfakefs-4.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_IN_SOURCE_BUILD=1