summaryrefslogtreecommitdiff
path: root/dev-python/orderedmultidict
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/orderedmultidict
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/orderedmultidict')
-rw-r--r--dev-python/orderedmultidict/Manifest1
-rw-r--r--dev-python/orderedmultidict/metadata.xml16
-rw-r--r--dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild20
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/orderedmultidict/Manifest b/dev-python/orderedmultidict/Manifest
deleted file mode 100644
index e077853fff4f..000000000000
--- a/dev-python/orderedmultidict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST orderedmultidict-1.0.1.tar.gz 20706 BLAKE2B 1e8151f83992d6b805836f2e51ee726c905f303d5bc4bb28fbc2b0d413e63858177dace5a30bf72587c9b08dd866bd6192e318dcad3eef3fb4b60de4a2c5a9e2 SHA512 5a826bb46dfe9d7e6e2159bf545612a35dd0f1bb5817c1fd78e0f3f4019f9144b36be94af08f87e881a310f593091df09702d001624c377f559a30f64b219c24
diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml
deleted file mode 100644
index 9b9be0a2b4ba..000000000000
--- a/dev-python/orderedmultidict/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- please remove python@ if tests do not work -->
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Alfredo Tupone</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">orderedmultidict</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
deleted file mode 100644
index 09e845c033e4..000000000000
--- a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Ordered Multivalue Dictionary. Powers furl"
-HOMEPAGE="https://pypi.org/project/orderedmultidict/"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest