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/signedjson/
Date: Tue, 23 Aug 2022 19:29:54
Message-Id: 1661282979.e0b09959d803aedeaaa95aa9804de0a9a1fa6b12.sam@gentoo
1 commit: e0b09959d803aedeaaa95aa9804de0a9a1fa6b12
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Aug 23 12:55:36 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=e0b09959
7
8 dev-python/signedjson: correct pypi HOMEPAGE link
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Closes: https://github.com/gentoo/gentoo/pull/26977
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/signedjson/signedjson-1.1.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild
18 index 9807bb723e92..c4cb90c641c4 100644
19 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild
20 +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild
21 @@ -10,8 +10,8 @@ inherit distutils-r1
22
23 DESCRIPTION="Signs JSON objects with ED25519 signatures."
24 HOMEPAGE="
25 - https://github.com/matrix-org/python-signedjson
26 - https://pypi.python.org/pypi/signedjson
27 + https://github.com/matrix-org/python-signedjson/
28 + https://pypi.org/project/signedjson/
29 "
30 SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"