mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
Closes: https://bugs.gentoo.org/700208 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
18 lines
738 B
XML
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>
|