commit: bdf9daf50daec935662b1753ce132f569729e7ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 19:09:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 19:09:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf9daf5
dev-python/dict2xml: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dict2xml/Manifest | 1 -
dev-python/dict2xml/dict2xml-1.7.6.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest
index f9bd03df6812..fb0762137d5f 100644
--- a/dev-python/dict2xml/Manifest
+++ b/dev-python/dict2xml/Manifest
@@ -1,2 +1 @@
-DIST dict2xml-1.7.6.tar.gz 15210 BLAKE2B
86ed48b2dc857efd58294c23f0708102ac66dab50e7f50ae149185f3fb707f72ef67008921ea641ed1bd96a91b25b39a92ddc796eadb64560ff29b82cd1ef07e
SHA512
54e8330a556e7576d100fbbc036e8c9627872c4c1cbebcaedf137f2b8ad8e197e49b2e699c284f9c8a3d9874fea83eac80d129f67ea426e807e5699f8811b933
DIST dict2xml-1.7.7.tar.gz 15033 BLAKE2B
9956e30eaa379209320f3e155549788dbe9cd156167dfec175a9a8e38d161fa2b5492508fb23861896dd716edb2f5bd98895f63e12e06f9c99eca09bfc01bd31
SHA512
8605754b20833990d07906ce98cd477de58cad8d826a5851d84e1402e9f4f6bcc073631920fb73e5253de7d7eafa22c8b92d3ba5875ee852b719204f92e8fb93
diff --git a/dev-python/dict2xml/dict2xml-1.7.6.ebuild
b/dev-python/dict2xml/dict2xml-1.7.6.ebuild
deleted file mode 100644
index 8ba83d0ac676..000000000000
--- a/dev-python/dict2xml/dict2xml-1.7.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Small utility to convert a python dictionary into an XML string"
-HOMEPAGE="
- https://github.com/delfick/python-dict2xml/
- https://pypi.org/project/dict2xml/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="
- dev-python/noseofyeti[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest