commit: 46c12311774e2f8d7cb6c02477d0e62ca3bcb27b
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 4 01:47:44 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 4 05:30:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c12311
dev-python/multipart: drop old
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/multipart/Manifest | 1 -
dev-python/multipart/multipart-1.2.1.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/multipart/Manifest b/dev-python/multipart/Manifest
index ca35baa311f4..1d5d744db1fd 100644
--- a/dev-python/multipart/Manifest
+++ b/dev-python/multipart/Manifest
@@ -1,2 +1 @@
-DIST multipart-1.2.1.tar.gz 36507 BLAKE2B
62f62aec8708e0fa9ded96cc7c72b5e575cf98e4521cf163e4fa5ec650fa6becc4378ea4c5b9776b95e4fe6caf7775fb16485676fb446c904e8c641f40fb1feb
SHA512
755e41a388d16315a90bf9d3a6c340a887d9ece860b09c703771f788c9b2d491aa3dc401e444bf2d558ef81e9afaf498cff140dff8b1ed05341148244f6685d9
DIST multipart-1.3.0.tar.gz 38816 BLAKE2B
60d07adcb8a8ae4c165a3449377e64adc2000e936a0e51b4e8d26794a11800a8c66d1ff5582f66b2096eccb2e16718d009bcedf8f8660ded2cff161def6cd24f
SHA512
da7cb2743d9cb6102f064da8313561478083bf3b1a711ec82cad13ec1a1319703d0d72aba9d122ef79a8dd6539ac459189c278978fa2d1e55c131f938fb42a00
diff --git a/dev-python/multipart/multipart-1.2.1.ebuild
b/dev-python/multipart/multipart-1.2.1.ebuild
deleted file mode 100644
index fa1e36e47281..000000000000
--- a/dev-python/multipart/multipart-1.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Parser for multipart/form-data"
-HOMEPAGE="
- https://github.com/defnull/multipart/
- https://pypi.org/project/multipart/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-distutils_enable_tests pytest