diff options
author | Julien Roy <julien@jroy.ca> | 2024-01-03 21:20:01 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-01-03 21:20:01 -0500 |
commit | c9d2ef64fe9990d65a647e7ddd2fded44a3aff6c (patch) | |
tree | a00f503db7ddc6f8f50d9d3055e20c22119bf967 /dev-python/BTrees/metadata.xml | |
parent | d11e5f911af4f9678f38d40a9a24beb3015c300b (diff) | |
download | MrRoy-Overlay-c9d2ef64fe9990d65a647e7ddd2fded44a3aff6c.tar.gz MrRoy-Overlay-c9d2ef64fe9990d65a647e7ddd2fded44a3aff6c.tar.bz2 MrRoy-Overlay-c9d2ef64fe9990d65a647e7ddd2fded44a3aff6c.zip |
moved from guru
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> |