mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/dbutils: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -13,8 +13,8 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Database connections for multi-threaded environments"
|
||||
HOMEPAGE="
|
||||
https://cito.github.io/DBUtils/
|
||||
https://github.com/Cito/DBUtils
|
||||
https://webwareforpython.github.io/DBUtils/
|
||||
https://github.com/WebwareForPython/DBUtils/
|
||||
https://pypi.org/project/DBUtils/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
@@ -13,8 +13,8 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Database connections for multi-threaded environments"
|
||||
HOMEPAGE="
|
||||
https://cito.github.io/DBUtils/
|
||||
https://github.com/Cito/DBUtils
|
||||
https://webwareforpython.github.io/DBUtils/
|
||||
https://github.com/WebwareForPython/DBUtils/
|
||||
https://pypi.org/project/DBUtils/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</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">Cito/DBUtils</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</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>
|
||||
|
||||
Reference in New Issue
Block a user