summaryrefslogtreecommitdiff
path: root/dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-01-18 11:05:57 +0100
committerMichał Górny <mgorny@gentoo.org>2025-01-18 11:05:57 +0100
commit6bdde9d5bb322787dbd44abdf3faed3902c73baa (patch)
tree1994427e3ca6a5c4f7a5a17b59a12584ce6b328b /dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild
parentf7f56fc382aa9fef811d013bc6ecc3f3b0ddc745 (diff)
downloadgentoo-6bdde9d5bb322787dbd44abdf3faed3902c73baa.tar.gz
gentoo-6bdde9d5bb322787dbd44abdf3faed3902c73baa.tar.bz2
gentoo-6bdde9d5bb322787dbd44abdf3faed3902c73baa.zip
dev-python/clr-loader: Correct PyPI project name
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild')
-rw-r--r--dev-python/clr-loader/clr-loader-0.2.7_p0.ebuild7
1 files changed, 5 insertions, 2 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 @@ nxports@1.0.0
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