From d657c26d13e7bd0b470d6ad86a6d334c0fccb09c Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Thu, 14 Jul 2022 22:14:29 -0400 Subject: [PATCH] dev-python/phx-class-registry: add python 3.10 to PYTHON_COMPAT Signed-off-by: Wolfgang E. Sanyer --- ...gistry-3.0.5.ebuild => phx-class-registry-3.0.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/phx-class-registry/{phx-class-registry-3.0.5.ebuild => phx-class-registry-3.0.5-r1.ebuild} (84%) diff --git a/dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild similarity index 84% rename from dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild rename to dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild index f99541911e..5fe74af63e 100644 --- a/dev-python/phx-class-registry/phx-class-registry-3.0.5.ebuild +++ b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="An intersection of the Registry and Factory pattern"