dev-python/dict2xml: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-07 12:28:35 +02:00
parent b7da471663
commit 3a28ca36f0
2 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +1 @@
DIST dict2xml-1.7.7.tar.gz 15033 BLAKE2B 9956e30eaa379209320f3e155549788dbe9cd156167dfec175a9a8e38d161fa2b5492508fb23861896dd716edb2f5bd98895f63e12e06f9c99eca09bfc01bd31 SHA512 8605754b20833990d07906ce98cd477de58cad8d826a5851d84e1402e9f4f6bcc073631920fb73e5253de7d7eafa22c8b92d3ba5875ee852b719204f92e8fb93
DIST dict2xml-1.7.8.tar.gz 15644 BLAKE2B c9d2d0455c8f94991dbd8b9b62e482fbc84171fba57cac25ce14501f6a8e49d49277830bb33adb6346643f04c1e35ebd50912189d0105303b6efb7fdb392adf1 SHA512 8c5390e160b6a734a65a81463e2dceb053a241fca030258edac45b3ff501629c1d895b14a4da6dd474ebf21aad31293cb48107973dee61eaa05f31cfc98a8ab8

View File

@@ -1,22 +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_11 python3_{11..14} )
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"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest