diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-22 20:27:40 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-22 20:27:40 -0500 |
commit | f1285c7187df0b8f330c1e8388da71ea766fa9d5 (patch) | |
tree | a7635fd6de31238aa989c1ed677d393ffe8f1108 /dev-python/orderedmultidict/metadata.xml | |
parent | 2288fafbc76232d814d94544b86f9498adbef5cb (diff) | |
download | MrRoy-Overlay-f1285c7187df0b8f330c1e8388da71ea766fa9d5.tar.gz MrRoy-Overlay-f1285c7187df0b8f330c1e8388da71ea766fa9d5.tar.bz2 MrRoy-Overlay-f1285c7187df0b8f330c1e8388da71ea766fa9d5.zip |
dev-python/orderedmultidict: new package, add 1.0.1
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/orderedmultidict/metadata.xml')
-rw-r--r-- | dev-python/orderedmultidict/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/orderedmultidict/metadata.xml b/dev-python/orderedmultidict/metadata.xml new file mode 100644 index 0000000..3d61c31 --- /dev/null +++ b/dev-python/orderedmultidict/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> + <doc>https://github.com/gruns/orderedmultidict/blob/master/API.md</doc> + <bugs-to>https://github.com/gruns/orderedmultidict/issues</bugs-to> + <remote-id type="github">gruns/orderedmultidict</remote-id> + <remote-id type="pypi">orderedmultidict</remote-id> + </upstream> +</pkgmetadata> |