commit: d3100ed351ad6bca865576e37dea104e1af1db62
Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Wed May 14 15:17:10 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed May 14 17:55:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3100ed3
dev-python/phx-class-registry: remove old version
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
.../phx-class-registry-4.0.6-r1.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
b/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
deleted file mode 100644
index 4ec45b156..000000000
--- a/dev-python/phx-class-registry/phx-class-registry-4.0.6-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{11..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}"
-}