* [gentoo-commits] repo/gentoo:master commit in: dev-python/orderedmultidict/
@ 2025-05-20 18:37 Alfredo Tupone
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2025-05-20 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 8b8fb72886c11cb189ad8114b3c5a2fe02a715ef
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 18:14:45 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 20 18:36:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8fb728
dev-python/orderedmultidict: new package, add 1.0.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/orderedmultidict/Manifest | 1 +
dev-python/orderedmultidict/metadata.xml | 16 ++++++++++++++++
.../orderedmultidict/orderedmultidict-1.0.1.ebuild | 20 ++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/orderedmultidict/Manifest b/dev-python/orderedmultidict/Manifest
new file mode 100644
index 000000000000..e077853fff4f
--- /dev/null
+++ b/dev-python/orderedmultidict/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..9b9be0a2b4ba
--- /dev/null
+++ b/dev-python/orderedmultidict/metadata.xml
@@ -0,0 +1,16 @@
+<?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
new file mode 100644
index 000000000000..f4b883a6e121
--- /dev/null
+++ b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-20 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 18:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/orderedmultidict/ Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox