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 7ECF1138350 for ; Wed, 29 Apr 2020 23:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E7EE08C8; Wed, 29 Apr 2020 23:11:10 +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 90EF0E08C8 for ; Wed, 29 Apr 2020 23:11:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6866334EE1D for ; Wed, 29 Apr 2020 23:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0076F1EE for ; Wed, 29 Apr 2020 23:11:06 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1588201858.43db3346c7b5f52258670483388dd07e26203d75.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/importlib_resources-1.5.0.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 43db3346c7b5f52258670483388dd07e26203d75 X-VCS-Branch: master Date: Wed, 29 Apr 2020 23:11:06 +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: 438f1f3f-cef3-4ad1-a09a-8e5fed334047 X-Archives-Hash: ae91799a847d235607ef090b12920479 commit: 43db3346c7b5f52258670483388dd07e26203d75 Author: Patrick McLean sony com> AuthorDate: Wed Apr 29 20:58:50 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Apr 29 23:10:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43db3346 dev-python/importlib_resources-1.5.0: add py37, py37 backport from py39 According to the readme at https://gitlab.com/python-devs/importlib_resources this is a backport from py39, so it should be used up to 3.8. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> dev-python/importlib_resources/importlib_resources-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild index ad94a85b286..ed6fc5f35c5 100644 --- a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild @@ -3,8 +3,8 @@ EAPI=7 -# This is a backport of Python 3.7's importlib.resources -PYTHON_COMPAT=( pypy3 python{2_7,3_6} ) +# This is a backport of Python 3.9's importlib.resources +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) inherit distutils-r1