summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-22 08:35:14 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-22 08:35:58 +0100
commite90d683c4e2d550274d1cd927cc1fb5e04a1373d (patch)
tree141a44e740104d66776688f22873dfa17e54c7d1 /dev-python/intreehooks
parentdev-python/intreehooks: Add python@ as co-maint (diff)
downloadgentoo-e90d683c4e2d550274d1cd927cc1fb5e04a1373d.tar.gz
gentoo-e90d683c4e2d550274d1cd927cc1fb5e04a1373d.tar.bz2
gentoo-e90d683c4e2d550274d1cd927cc1fb5e04a1373d.zip
dev-python/intreehooks: Correct HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/intreehooks')
-rw-r--r--dev-python/intreehooks/intreehooks-1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 14369e12a722..cba27a4650e6 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
-HOMEPAGE="https://pypi.org/project/intreehooks https://github.com/takluyver/intreehooks"
+HOMEPAGE="
+ https://pypi.org/project/intreehooks/
+ https://github.com/takluyver/intreehooks/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"