commit: 33c657060d74834266d72b9dc064a11274cb4c85
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:39:42 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:39:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c65706
dev-python/xmltodict: drop 0.14.2, 0.15.1, 1.0.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/xmltodict/Manifest | 3 ---
dev-python/xmltodict/xmltodict-0.14.2.ebuild | 21 ---------------------
dev-python/xmltodict/xmltodict-0.15.1.ebuild | 22 ----------------------
dev-python/xmltodict/xmltodict-1.0.0.ebuild | 22 ----------------------
4 files changed, 68 deletions(-)
diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 936ac752711b..249b486e3a5d 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,4 +1 @@
-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
DIST xmltodict-1.0.2.tar.gz 25725 BLAKE2B
e61eba4b62019c0f96b70a1914ecb3e031c3c2cdacddbbfdb65ab8f1665c60c357031fc1df956d92dfad7696f13e6253246b707b3d7812c15ded84c453db8938
SHA512
19c277ccf415a0ab8e7c1f7b647e1939323419d7b309adc62c851096f101d6d8305bb53b3abba31a9b681ce41d1a5d246d541355b4489cb19749f852c2165c74
diff --git a/dev-python/xmltodict/xmltodict-0.14.2.ebuild
b/dev-python/xmltodict/xmltodict-0.14.2.ebuild
deleted file mode 100644
index 92fdf7fb5d77..000000000000
--- a/dev-python/xmltodict/xmltodict-0.14.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-
-distutils_enable_tests pytest
diff --git a/dev-python/xmltodict/xmltodict-0.15.1.ebuild
b/dev-python/xmltodict/xmltodict-0.15.1.ebuild
deleted file mode 100644
index f1a62518d595..000000000000
--- a/dev-python/xmltodict/xmltodict-0.15.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
diff --git a/dev-python/xmltodict/xmltodict-1.0.0.ebuild
b/dev-python/xmltodict/xmltodict-1.0.0.ebuild
deleted file mode 100644
index f1a62518d595..000000000000
--- a/dev-python/xmltodict/xmltodict-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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