diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-04 19:09:28 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-04 19:09:28 -0500 |
commit | f25c2b5fba36bc81b819c201d3e3c62ca0ff8e43 (patch) | |
tree | 071f916f67fc4466be1c84fbb84a59386b42035a /dev-python/btrees/metadata.xml | |
parent | 10775f0f78ca9dfc4ee04cfa39b4132ea08814ba (diff) | |
download | MrRoy-Overlay-f25c2b5fba36bc81b819c201d3e3c62ca0ff8e43.tar.gz MrRoy-Overlay-f25c2b5fba36bc81b819c201d3e3c62ca0ff8e43.tar.bz2 MrRoy-Overlay-f25c2b5fba36bc81b819c201d3e3c62ca0ff8e43.zip |
dev-python/btrees: new package, add 4.11.3
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/btrees/metadata.xml')
-rw-r--r-- | dev-python/btrees/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/btrees/metadata.xml b/dev-python/btrees/metadata.xml new file mode 100644 index 0000000..377dadd --- /dev/null +++ b/dev-python/btrees/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> + This package contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism. + </longdescription> + <upstream> + <maintainer> + <name>Zope Foundation and Contributors</name> + <email>zope-dev@zope.org</email> + </maintainer> + <bugs-to>https://github.com/zopefoundation/BTrees/issues</bugs-to> + <changelog>https://github.com/zopefoundation/BTrees/blob/master/CHANGES.rst</changelog> + <doc>https://btrees.readthedocs.io</doc> + <remote-id type="github">zopefoundation/BTrees</remote-id> + <remote-id type="pypi">BTrees</remote-id> + </upstream> +</pkgmetadata> |