commit: fde0831c8afdd0b83d7d683cd9cf179c08750ba6 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat May 8 13:08:32 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 9 11:35:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde0831c
dev-python/inflection: Port to python3.10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20740 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/inflection/inflection-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/inflection/inflection-0.5.1.ebuild b/dev-python/inflection/inflection-0.5.1.ebuild index ced70bafbde..e3b7b12e03a 100644 --- a/dev-python/inflection/inflection-0.5.1.ebuild +++ b/dev-python/inflection/inflection-0.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1