commit: 5414dc5972fd73e1c371df8808727108db917641
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 03:58:15 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 04:12:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5414dc59
dev-python/python-multipart: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-multipart/Manifest | 1 -
.../python-multipart-0.0.20.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-python/python-multipart/Manifest
b/dev-python/python-multipart/Manifest
index ec824d76f272..d38964009c3d 100644
--- a/dev-python/python-multipart/Manifest
+++ b/dev-python/python-multipart/Manifest
@@ -1,2 +1 @@
-DIST python-multipart-0.0.20.gh.tar.gz 96069 BLAKE2B
64fa4e24c7df40ad6a8e84f5a862df47f5df9c9f2821394781a6b689bf79ac07d13779442bfe9486209c86bd1dc778d4b5f925b0098b7380dcb0a6194699769d
SHA512
9e59fc38413da38429e9fab15105d20103da820437a059082dfed588423fb4a2ec10abd7742e65c3778e7e5e5aba346936900d9dbe49c73518eaa30b24842203
DIST python-multipart-0.0.21.gh.tar.gz 92645 BLAKE2B
487652a560819afe6fd9ccbf13eb3ed7d98f40a03c5102036d2764a3c7888f695d90d3df9f7bfa994f8d8403530ffeba1502bc6ad9b0975ca51cf889b509c8b8
SHA512
905f83423a473027ea97102f5c6f6da434db9529547513c12155285b1c7f32f03764393b8386c0da0ed6938f457119f787c3fc9b471e55d92641aa4067e95cfd
diff --git a/dev-python/python-multipart/python-multipart-0.0.20.ebuild
b/dev-python/python-multipart/python-multipart-0.0.20.ebuild
deleted file mode 100644
index e9b9da51678c..000000000000
--- a/dev-python/python-multipart/python-multipart-0.0.20.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-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
-
-DESCRIPTION="A streaming multipart parser for Python"
-HOMEPAGE="
- https://github.com/Kludex/python-multipart/
- https://pypi.org/project/python-multipart/
-"
-SRC_URI="
- https://github.com/Kludex/python-multipart/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # do not install the backwards compatibility package
- # we're patching revdeps instead
- rm -r multipart || die
-}
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}