commit: 29df775ed138252545f3b7d34f20e41337db7103
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 14:46:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 14:50:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29df775e
sys-process/bpytop: HOMEPAGE, SRC_URI and remote-ids
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-process/bpytop/Manifest | 2 +-
sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 10 ++++++++--
sys-process/bpytop/metadata.xml | 4 ++++
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index ab9ae84f6c50..213ab666b4d6 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1 +1 @@
-DIST bpytop-1.0.68.tar.gz 632649 BLAKE2B
a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5
SHA512
88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d
+DIST bpytop-1.0.68.gh.tar.gz 632649 BLAKE2B
a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5
SHA512
88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d
diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index 9f64dd61284f..3656a5c1c26a 100644
--- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Linux/OSX/FreeBSD resource monitor"
-HOMEPAGE="https://github.com/aristocratos/bpytop"
-SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+HOMEPAGE="
+ https://github.com/aristocratos/bpytop/
+ https://pypi.org/project/bpytop/
+"
+SRC_URI="
+ https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/sys-process/bpytop/metadata.xml b/sys-process/bpytop/metadata.xml
index bd6443d4a375..98655eaea7d0 100644
--- a/sys-process/bpytop/metadata.xml
+++ b/sys-process/bpytop/metadata.xml
@@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Patrick McLean</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">aristocratos/bpytop</remote-id>
+ <remote-id type="pypi">bpytop</remote-id>
+ </upstream>
</pkgmetadata>