2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-03 00:07:46 +03:00
Files
gentoo/dev-python/DBUtils/metadata.xml
Michał Górny c3fe4d4105 Rename dev-python/{dbutils → DBUtils}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-07-02 13:26:26 +02:00

27 lines
1005 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<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>