Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
Date: Wed, 29 Apr 2020 23:11:11
Message-Id: 1588201858.43db3346c7b5f52258670483388dd07e26203d75.chutzpah@gentoo
1 commit: 43db3346c7b5f52258670483388dd07e26203d75
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Apr 29 20:58:50 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 23:10:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43db3346
7
8 dev-python/importlib_resources-1.5.0: add py37, py37 backport from py39
9
10 According to the readme at
11 https://gitlab.com/python-devs/importlib_resources this is a backport
12 from py39, so it should be used up to 3.8.
13
14 Copyright: Sony Interactive Entertainment Inc.
15 Package-Manager: Portage-2.3.99, Repoman-2.3.22
16 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
17
18 dev-python/importlib_resources/importlib_resources-1.5.0.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
22 index ad94a85b286..ed6fc5f35c5 100644
23 --- a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
24 +++ b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
25 @@ -3,8 +3,8 @@
26
27 EAPI=7
28
29 -# This is a backport of Python 3.7's importlib.resources
30 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
31 +# This is a backport of Python 3.9's importlib.resources
32 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
33
34 inherit distutils-r1