From 1e8e4ed4d863668e9fa63f2bec93411dd04e8fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 13 Sep 2025 07:15:11 +0200 Subject: [PATCH] dev-python/xmltodict: Bump to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/xmltodict/Manifest | 1 + dev-python/xmltodict/xmltodict-1.0.0.ebuild | 22 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/xmltodict/xmltodict-1.0.0.ebuild diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest index 5546d21f0bc72..075bab9cfb3c8 100644 --- a/dev-python/xmltodict/Manifest +++ b/dev-python/xmltodict/Manifest @@ -1,2 +1,3 @@ DIST xmltodict-0.14.2.tar.gz 51942 BLAKE2B 4d51ec3e99ac166dc1fd919ff12ed0218cc78d33982c79336eeddbf66f5409ab3ed8f994f57731252799b5ff1d1bd5d3cc344621d0dfb565d105319c4a10886f SHA512 3333955156e355cd40bd947bbefe0ff2e90de900cf12aa3ad82fa28e2921d9e2ccd245116573a0711cce12ac294d5a8d18a83744b4e7fc9e2b4025e35175080b DIST xmltodict-0.15.1.tar.gz 62984 BLAKE2B 83b7117a2925324e1fff8cecbd5d82255938b3e0bc3ecaf7da6d27035e12861c4a52a4d1f3fec628c334d0f193e96ce688feab4fa7a5b559993eaf159d7a1ed2 SHA512 a1e8f9be1a4a1ccbd05c3210a57a0a96db12ff6456fd2f28de048b094e33fbb0ee67e435b199997c42f360af073abf04d4caf7f98c7e7aa61c10c2e07570ed77 +DIST xmltodict-1.0.0.tar.gz 71681 BLAKE2B 5d8dc5d4395da94eeea3e6cb55640651a9059c60e4c9a9f73623c6f79d3401e1809c22a8313f12b5f8c78616de949a295c036ba76f6f033cd9065d36b3595907 SHA512 7e134fe47e2408991c4216b4c9026bb5941a4272282273474fb842a3453a2396585fdb2eb9c2b4bcb05aa0207fe6d5175cf0573a46ca1deeceb75116606af00a diff --git a/dev-python/xmltodict/xmltodict-1.0.0.ebuild b/dev-python/xmltodict/xmltodict-1.0.0.ebuild new file mode 100644 index 0000000000000..f1a62518d5955 --- /dev/null +++ b/dev-python/xmltodict/xmltodict-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Makes working with XML feel like you are working with JSON" +HOMEPAGE=" + https://github.com/martinblech/xmltodict/ + https://pypi.org/project/xmltodict/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest