commit:     a678fb99047ea7599e46ee8a94946660334cd1d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:30:32 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a678fb99

dev-python/prometheus_client: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prometheus_client/metadata.xml                 | 15 ++++++++-------
 .../prometheus_client/prometheus_client-0.9.0.ebuild      |  4 ++--
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-python/prometheus_client/metadata.xml 
b/dev-python/prometheus_client/metadata.xml
index fda0ec1e591..61e60a89a84 100644
--- a/dev-python/prometheus_client/metadata.xml
+++ b/dev-python/prometheus_client/metadata.xml
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">prometheus/client_python</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">prometheus/client_python</remote-id>
+               <remote-id type="pypi">prometheus-client</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/dev-python/prometheus_client/prometheus_client-0.9.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.9.0.ebuild
index 173bdca64c5..bc359363a55 100644
--- a/dev-python/prometheus_client/prometheus_client-0.9.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.9.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.org/project/prometheus_client/
-       https://github.com/prometheus/client_python";
+HOMEPAGE="https://pypi.org/project/prometheus-client/
+       https://github.com/prometheus/client_python/";
 SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/client_python-${PV}"
 

Reply via email to