commit: b2023f9ec34f702ed3f8abc6df8a6c6771eb4d28
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:25:57 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:48:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2023f9e
dev-python/dbutils: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbutils/dbutils-1.3.ebuild | 4 ++--
dev-python/dbutils/dbutils-2.0.ebuild | 4 ++--
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 40b10864236..197c5d0c0d5 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 13bce71b251..d230f6c0ea6 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 a24feb91917..5f3a181b887 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>[email protected]</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <maintainer type="project">
- <email>[email protected]</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>[email protected]</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</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>