summaryrefslogtreecommitdiff
path: root/dev-python/multipart
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/multipart
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/multipart')
-rw-r--r--dev-python/multipart/Manifest1
-rw-r--r--dev-python/multipart/metadata.xml12
-rw-r--r--dev-python/multipart/multipart-1.3.1.ebuild22
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/multipart/Manifest b/dev-python/multipart/Manifest
deleted file mode 100644
index f90b868d4471..000000000000
--- a/dev-python/multipart/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST multipart-1.3.1.tar.gz 38929 BLAKE2B 03560a8c2fef4c07129f94daf28f5857649cae43aaeaae6f3cd00ff810892f2450af399da691723306c4d2eec44cad4e8035a4ec0f99079c8aceae52b29f2624 SHA512 a8292c63ec312777e58a36e308f69949ae9ac86a8f4dd543de2f5bbdde510753f33904b100173efba07d85eed32f7bc53d743d51824b7a362b8438059714efff
diff --git a/dev-python/multipart/metadata.xml b/dev-python/multipart/metadata.xml
deleted file mode 100644
index e7b1709ecd59..000000000000
--- a/dev-python/multipart/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">defnull/multipart</remote-id>
- <remote-id type="pypi">multipart</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/multipart/multipart-1.3.1.ebuild b/dev-python/multipart/multipart-1.3.1.ebuild
deleted file mode 100644
index e76d7e093b13..000000000000
--- a/dev-python/multipart/multipart-1.3.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-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