commit: 4d768ad350b2cd830a319856fe28700aa1001677 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 14 20:39:32 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 21:05:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d768ad3
dev-python/importlib_resources: Enable py3.9 (for matplotlib) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/importlib_resources/importlib_resources-5.10.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/importlib_resources/importlib_resources-5.10.2.ebuild b/dev-python/importlib_resources/importlib_resources-5.10.2.ebuild index ddcd02a543b7..c940531e0171 100644 --- a/dev-python/importlib_resources/importlib_resources-5.10.2.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.10.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 DISTUTILS_USE_PEP517=flit -# This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 ) +# This is a backport of importlib.resources that's present since py3.9. +# However, the version in 3.9 is buggy, so matplotlib needs it on 3.9 +# as well. +PYTHON_COMPAT=( pypy3 python3_9 ) inherit distutils-r1