Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/canonicaljson/
Date: Tue, 23 Aug 2022 19:29:55
Message-Id: 1661282979.675e5473cc46a2f2f428c542197b76302b1d5e05.sam@gentoo
1 commit: 675e5473cc46a2f2f428c542197b76302b1d5e05
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Aug 23 12:52:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 19:29:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675e5473
7
8 dev-python/canonicaljson: correct pypi HOMEPAGE link
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/canonicaljson/canonicaljson-1.6.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
17 index 9cf66602eda2..dbb41eddded4 100644
18 --- a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
19 +++ b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
20 @@ -10,8 +10,8 @@ inherit distutils-r1
21
22 DESCRIPTION="Canonical JSON"
23 HOMEPAGE="
24 - https://github.com/matrix-org/python-canonicaljson
25 - https://pypi.python.org/pypi/canonicaljson
26 + https://github.com/matrix-org/python-canonicaljson/
27 + https://pypi.org/project/canonicaljson/
28 "
29 SRC_URI="https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"