dev-python/persistent: new package, add 5.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-02-04 19:19:58 -05:00
parent edaa5f5e96
commit 843270a82a
3 changed files with 70 additions and 0 deletions

View 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 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>