gentoo-ebuilds/dev-python/dbutils/metadata.xml
Joonas Niilola 093b1f1829
*/*: reassign Alessandro's packages
Closes: https://bugs.gentoo.org/700208
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-03-25 19:34:45 +02:00

18 lines
738 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
DBUtils is a suite of tools providing solid, persistent and pooled connections
to a database that can be used in all kinds of multi-threaded environments
like Webware for Python or other web application servers. The suite supports
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
</longdescription>
<upstream>
<remote-id type="github">WebwareForPython/DBUtils</remote-id>
<remote-id type="pypi">DBUtils</remote-id>
</upstream>
</pkgmetadata>