commit:     5b854ec0d9ce1f8fd4bede58af28ff1eed9757b8
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Apr  2 13:53:18 2024 +0000
Commit:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
CommitDate: Wed Apr  3 02:40:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b854ec0

dev-python/phx-class-registry: update PYTHON_COMPAT

also resolve a lint from pkgcheck by moving the S variable definition.

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>

 ...class-registry-4.0.6.ebuild => phx-class-registry-4.0.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild 
b/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
similarity index 91%
rename from dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild
rename to dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
index 825c7fb508..7bfaaadc02 100644
--- a/dev-python/phx-class-registry/phx-class-registry-4.0.6.ebuild
+++ b/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_10 python3_11 )
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -11,10 +11,10 @@ DESCRIPTION="An intersection of the Registry and Factory 
pattern"
 HOMEPAGE="https://github.com/todofixthis/class-registry";
 SRC_URI="https://github.com/todofixthis/class-registry/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}/class-registry-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/class-registry-${PV}"
 
 distutils_enable_tests unittest
 

Reply via email to