diff options
author | Julien Roy <julien@jroy.ca> | 2023-04-09 23:08:01 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-04-09 23:08:01 -0400 |
commit | 77f5d0f6e6c09a90b8432875b568124a2e07fcef (patch) | |
tree | 880d7aff91fb630460d10c2ee03f57475963e151 /dev-python/btrees/metadata.xml | |
parent | 08a8e36c5b4b2afc46c54f4a5ea489af9a8a8ba3 (diff) | |
download | MrRoy-Overlay-77f5d0f6e6c09a90b8432875b568124a2e07fcef.tar.gz MrRoy-Overlay-77f5d0f6e6c09a90b8432875b568124a2e07fcef.tar.bz2 MrRoy-Overlay-77f5d0f6e6c09a90b8432875b568124a2e07fcef.zip |
dev-python/btrees: treeclean
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, 0 insertions, 22 deletions
diff --git a/dev-python/btrees/metadata.xml b/dev-python/btrees/metadata.xml deleted file mode 100644 index 377dadd..0000000 --- a/dev-python/btrees/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?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> |