summaryrefslogtreecommitdiff
path: root/dev-python/multipart
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/multipart')
-rw-r--r--dev-python/multipart/Manifest1
-rw-r--r--dev-python/multipart/multipart-2.0.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/multipart/Manifest b/dev-python/multipart/Manifest
index f90b868d4471..7506a439720d 100644
--- a/dev-python/multipart/Manifest
+++ b/dev-python/multipart/Manifest
@@ -1 +1,2 @@
DIST multipart-1.3.1.tar.gz 38929 BLAKE2B 03560a8c2fef4c07129f94daf28f5857649cae43aaeaae6f3cd00ff810892f2450af399da691723306c4d2eec44cad4e8035a4ec0f99079c8aceae52b29f2624 SHA512 a8292c63ec312777e58a36e308f69949ae9ac86a8f4dd543de2f5bbdde510753f33904b100173efba07d85eed32f7bc53d743d51824b7a362b8438059714efff
+DIST multipart-2.0.0.tar.gz 42606 BLAKE2B de7119ecf7835b59d9dcfde431112a98c2e588e263159c380e56331b39479e23d1794a45817f420470dc150863b973b509d0050f80fccc771ad7668ec7b8aa40 SHA512 637a6224e83284d38c35a6615157463f08d7e9a95d6d71e0943d71e313cb7d5249b32eace22f064a93ecb86fc68a47fd2e65288c272acfc7d9cb692c3606a281
diff --git a/dev-python/multipart/multipart-2.0.0.ebuild b/dev-python/multipart/multipart-2.0.0.ebuild
new file mode 100644
index 000000000000..9a6e1e4d5f7e
--- /dev/null
+++ b/dev-python/multipart/multipart-2.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit-core
+PYTHON_COMPAT=( python3_{13..14} )
+
+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"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest