diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:25:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:48:22 +0100 |
commit | b2023f9ec34f702ed3f8abc6df8a6c6771eb4d28 (patch) | |
tree | d2f1a9b1e2ac8eddf681a1ce708d7bfe42bd01f9 /dev-python/dbutils | |
parent | dev-python/citeproc-py: Update HOMEPAGE (diff) | |
download | gentoo-b2023f9ec34f702ed3f8abc6df8a6c6771eb4d28.tar.gz gentoo-b2023f9ec34f702ed3f8abc6df8a6c6771eb4d28.tar.bz2 gentoo-b2023f9ec34f702ed3f8abc6df8a6c6771eb4d28.zip |
dev-python/dbutils: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dbutils')
-rw-r--r-- | dev-python/dbutils/dbutils-1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dbutils/dbutils-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dbutils/metadata.xml | 35 |
3 files changed, 22 insertions, 21 deletions
diff --git a/dev-python/dbutils/dbutils-1.3.ebuild b/dev-python/dbutils/dbutils-1.3.ebuild index 40b10864236c..197c5d0c0d57 100644 --- a/dev-python/dbutils/dbutils-1.3.ebuild +++ b/dev-python/dbutils/dbutils-1.3.ebuild @@ -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" diff --git a/dev-python/dbutils/dbutils-2.0.ebuild b/dev-python/dbutils/dbutils-2.0.ebuild index 13bce71b251b..d230f6c0ea6d 100644 --- a/dev-python/dbutils/dbutils-2.0.ebuild +++ b/dev-python/dbutils/dbutils-2.0.ebuild @@ -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" diff --git a/dev-python/dbutils/metadata.xml b/dev-python/dbutils/metadata.xml index a24feb91917f..5f3a181b8872 100644 --- a/dev-python/dbutils/metadata.xml +++ b/dev-python/dbutils/metadata.xml @@ -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> |