Files
guru/dev-python/persistent/metadata.xml
Julien Roy 843270a82a dev-python/persistent: new package, add 5.0
Signed-off-by: Julien Roy <julien@jroy.ca>
2023-02-04 19:19:58 -05:00

23 lines
935 B
XML

<?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 generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
</longdescription>
<upstream>
<maintainer>
<name>Zope Foundation and Contributors</name>
<email>zope-dev@zope.org</email>
</maintainer>
<bugs-to>https://github.com/zopefoundation/persistent/issues</bugs-to>
<changelog>https://github.com/zopefoundation/persistent/blob/master/CHANGES.rst</changelog>
<doc>https://persistent.readthedocs.io/en/stable</doc>
<remote-id type="github">zopefoundation/persistent</remote-id>
<remote-id type="pypi">persistent</remote-id>
</upstream>
</pkgmetadata>