diff options
author | Julien Roy <julien@jroy.ca> | 2023-04-23 14:27:16 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-04-23 14:27:16 -0400 |
commit | 2f506c0dfcc75e6f43a5bc890040cf1e33ca44df (patch) | |
tree | a75e17a3fceefc15cbff4d0788a51ec02f2aaa2f /dev-python/BTrees/metadata.xml | |
parent | 79a419c248b60f6078993e3250415c2fdde20b3a (diff) | |
download | MrRoy-Overlay-2f506c0dfcc75e6f43a5bc890040cf1e33ca44df.tar.gz MrRoy-Overlay-2f506c0dfcc75e6f43a5bc890040cf1e33ca44df.tar.bz2 MrRoy-Overlay-2f506c0dfcc75e6f43a5bc890040cf1e33ca44df.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> |