commit: 6bdde9d5bb322787dbd44abdf3faed3902c73baa Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 10:05:57 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 10:05:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdde9d5
dev-python/clr-loader: Correct PyPI project name Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild | 7 +++++-- dev-python/clr-loader/metadata.xml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild b/dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild index c4c405c8c4e2..223f06eb1093 100644 --- a/dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild +++ b/dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild @@ -19,8 +19,11 @@ [email protected] inherit check-reqs dotnet-pkg distutils-r1 DESCRIPTION="Generic pure Python loader for .NET runtimes" -HOMEPAGE="https://pythonnet.github.io/clr-loader/ - https://github.com/pythonnet/clr-loader/" +HOMEPAGE=" + https://pythonnet.github.io/clr-loader/ + https://github.com/pythonnet/clr-loader/ + https://pypi.org/project/clr_loader/ +" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 diff --git a/dev-python/clr-loader/metadata.xml b/dev-python/clr-loader/metadata.xml index dd021b2598b7..67ec48738db2 100644 --- a/dev-python/clr-loader/metadata.xml +++ b/dev-python/clr-loader/metadata.xml @@ -14,6 +14,6 @@ <upstream> <bugs-to>https://github.com/pythonnet/clr-loader/issues/</bugs-to> <remote-id type="github">pythonnet/clr-loader</remote-id> - <remote-id type="pypi">clr-loader</remote-id> + <remote-id type="pypi">clr_loader</remote-id> </upstream> </pkgmetadata>
