summaryrefslogtreecommitdiff
path: root/dev-python/orderedmultidict/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/orderedmultidict/metadata.xml')
-rw-r--r--dev-python/orderedmultidict/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml
new file mode 100644
index 000000000000..c1b54e4389a9
--- /dev/null
+++ b/dev-python/orderedmultidict/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <longdescription>A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
+
+omdict retains method parity with dict.
+
+Information and documentation at https://github.com/gruns/orderedmultidict.</longdescription>
+ <upstream>
+ <maintainer>
+ <name>Ansgar Grunseid</name>
+ </maintainer>
+ <changelog>https://github.com/gruns/orderedmultidict/releases</changelog>
+ <bugs-to>https://github.com/gruns/orderedmultidict/issues</bugs-to>
+ <doc>https://github.com/gruns/orderedmultidict/blob/master/API.md</doc>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file