diff --git a/dev-python/zen-util/Manifest b/dev-python/zen-util/Manifest deleted file mode 100644 index 6883e71eba..0000000000 --- a/dev-python/zen-util/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zen-util-1.0.1.tar.gz 11025 BLAKE2B 0e47e9a62a4f0f2e573e16a11956ee20505d5618c7e2c47b5699d699a6e920f23f935122de9b0fd5128a070a99758f9b40aa9df39190805ca609814a26b8a4b8 SHA512 88110ab041255def72364e5dfc95818b250b8f52a0d7505a7023b8a3a418247f38707f6c9d0858ae492976969c78bc8a292545c28d22721c8c5b2cce7c90d68c diff --git a/dev-python/zen-util/metadata.xml b/dev-python/zen-util/metadata.xml deleted file mode 100644 index ec9806d004..0000000000 --- a/dev-python/zen-util/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dev@pyl.onl - Zen - - - desultory/zen-util - - diff --git a/dev-python/zen-util/zen-util-1.0.1.ebuild b/dev-python/zen-util/zen-util-1.0.1.ebuild deleted file mode 100644 index 6c4a9a590d..0000000000 --- a/dev-python/zen-util/zen-util-1.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) -inherit distutils-r1 - -DESCRIPTION="Python logging helpers" -HOMEPAGE="https://github.com/desultory/zen_logging" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/zen-logging-1.1.0"