commit:     98ae06fe254f8a3eb0f8911c03eb97f3525ae447
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Apr  2 04:57:04 2024 +0000
Commit:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
CommitDate: Tue Apr  2 05:01:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98ae06fe

dev-python/phx-class-registry: bump to 4.1.0

Also unmask - this package does not depend on nose, and 38 tests ran and
passed fine in a fresh stage3 docker image.

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

 dev-python/phx-class-registry/Manifest             |  1 +
 .../phx-class-registry-4.1.0.ebuild                | 23 ++++++++++++++++++++++
 profiles/package.mask                              |  1 -
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-python/phx-class-registry/Manifest 
b/dev-python/phx-class-registry/Manifest
index 3891dc45e3..bb0a03c761 100644
--- a/dev-python/phx-class-registry/Manifest
+++ b/dev-python/phx-class-registry/Manifest
@@ -1,2 +1,3 @@
 DIST phx-class-registry-3.0.5.tar.gz 23756 BLAKE2B 
7ba98323cb91a328b7dbe3df2def174d950c9f78da2fbd62c81dbf3803d570d42794a20ca3219b41f8f5b739efd3317ce8672f70169db492c2cda8a980460fb1
 SHA512 
324171cbf14132e02c58026d90c87d408fd321d95258cf8cd66de472a125177c4131ca1e47fad279db3384a8a3a50832eb1287a4b577c76c79a9391fa1d998c6
 DIST phx-class-registry-4.0.6.tar.gz 26010 BLAKE2B 
8c0f65f97efbe0dbae15d11ab52c7081f62654a485a784a6668eb37dbe3dbecf16f1fbc62edab06aafb34afd25ad1cb411de5b8768c10d4a501debc385de715f
 SHA512 
da6d328359aae7488b1a34b4248e480c2f5e9c52e1f82bfeeba2be6d43a6014231fec0c32430e9f73c6761206197bb7e3db0b6bad9c847a5643d1609c3534293
+DIST phx-class-registry-4.1.0.tar.gz 26873 BLAKE2B 
5e62efb56e315a15d599ea933d2b6f0026f3c0476e961210f073fb355cfaad770f977aa84b79b32d9c396177a86a0e1ab93c93934fc2f319f610e424f068ba72
 SHA512 
e6aa7fb704f4129be7c15a74e2a8fc568109c95468d732b210ee7af948f7d6678106eafb05f4d1cfdf5b1a9d987acc0e4f3649397e217df5f1cd0c4f4348a714

diff --git a/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild 
b/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
new file mode 100644
index 0000000000..7bfaaadc02
--- /dev/null
+++ b/dev-python/phx-class-registry/phx-class-registry-4.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+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"
+
+distutils_enable_tests unittest
+
+python_test() {
+       "${EPYTHON}" -m unittest || die "Tests failed with ${EPYTHON}"
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index cafd90ae76..a9f3817317 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -22,7 +22,6 @@ dev-cpp/libcutl
 dev-cpp/libstudxml
 dev-python/biplist
 dev-python/http-ece
-dev-python/phx-class-registry
 dev-python/proxy_tools
 dev-python/tweepy
 dev-util/odb

Reply via email to