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/unpaddedbase64/
Date: Tue, 23 Aug 2022 19:29:54
Message-Id: 1661282979.de5da956ee2362f7e06fee1c830503747bbee443.sam@gentoo
1 commit: de5da956ee2362f7e06fee1c830503747bbee443
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Aug 23 12:54:14 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=de5da956
7
8 dev-python/unpaddedbase64: 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/unpaddedbase64/unpaddedbase64-2.1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
17 index 0d8d7d1ec803..c08e3106639c 100644
18 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
19 +++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
20 @@ -10,8 +10,8 @@ inherit distutils-r1
21
22 DESCRIPTION="Unpadded Base64"
23 HOMEPAGE="
24 - https://github.com/matrix-org/python-unpaddedbase64
25 - https://pypi.python.org/pypi/unpaddedbase64
26 + https://github.com/matrix-org/python-unpaddedbase64/
27 + https://pypi.org/project/unpaddedbase64/
28 "
29 SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"