dev-python/zen-util: Remove

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2023-12-31 19:59:57 -06:00
parent 5a9809724c
commit 4121fdf459
3 changed files with 0 additions and 30 deletions

View File

@@ -1 +0,0 @@
DIST zen-util-1.0.1.tar.gz 11025 BLAKE2B 0e47e9a62a4f0f2e573e16a11956ee20505d5618c7e2c47b5699d699a6e920f23f935122de9b0fd5128a070a99758f9b40aa9df39190805ca609814a26b8a4b8 SHA512 88110ab041255def72364e5dfc95818b250b8f52a0d7505a7023b8a3a418247f38707f6c9d0858ae492976969c78bc8a292545c28d22721c8c5b2cce7c90d68c

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dev@pyl.onl</email>
<name>Zen</name>
</maintainer>
<upstream>
<remote-id type="github">desultory/zen-util</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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"