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"