commit: b47765a0593e11f38e1f90bcea18ec9f3999b278
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 10 12:01:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 10 12:01:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47765a0
dev-python/dict2xml: Bump to 1.7.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dict2xml/Manifest | 1 +
dev-python/dict2xml/dict2xml-1.7.7.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/dict2xml/Manifest b/dev-python/dict2xml/Manifest
index a518441c886d..f9bd03df6812 100644
--- a/dev-python/dict2xml/Manifest
+++ b/dev-python/dict2xml/Manifest
@@ -1 +1,2 @@
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.7.ebuild
b/dev-python/dict2xml/dict2xml-1.7.7.ebuild
new file mode 100644
index 000000000000..d48850559702
--- /dev/null
+++ b/dev-python/dict2xml/dict2xml-1.7.7.ebuild
@@ -0,0 +1,22 @@
+# 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