commit: 9fb83f34d62357a0fd58cf3225344ab924492e5e Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Sat Sep 30 13:35:44 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Sep 30 18:11:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb83f34
app-admin/clustershell: update HOMEPAGE Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/33136 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-admin/clustershell/clustershell-1.9.2.ebuild | 5 ++++- app-admin/clustershell/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app-admin/clustershell/clustershell-1.9.2.ebuild b/app-admin/clustershell/clustershell-1.9.2.ebuild index b232e41774fa..0b271c000c88 100644 --- a/app-admin/clustershell/clustershell-1.9.2.ebuild +++ b/app-admin/clustershell/clustershell-1.9.2.ebuild @@ -12,7 +12,10 @@ PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi DESCRIPTION="Python framework for efficient cluster administration" -HOMEPAGE="https://github.com/cea-hpc/clustershell/" +HOMEPAGE=" + https://github.com/cea-hpc/clustershell/ + https://pypi.org/project/ClusterShell/ +" LICENSE="LGPL-2.1+" SLOT="0" diff --git a/app-admin/clustershell/metadata.xml b/app-admin/clustershell/metadata.xml index e2b4026b0bf5..b5460834c007 100644 --- a/app-admin/clustershell/metadata.xml +++ b/app-admin/clustershell/metadata.xml @@ -14,6 +14,7 @@ <name>Proxy Maintainers</name> </maintainer> <upstream> + <remote-id type="pypi">ClusterShell</remote-id> <remote-id type="github">cea-hpc/clustershell</remote-id> </upstream> </pkgmetadata>
