mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/BTrees: new package, add 5.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
22
dev-python/BTrees/metadata.xml
Normal file
22
dev-python/BTrees/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user