Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/
Date: Tue, 04 May 2021 15:40:49
Message-Id: 1620142833.ae4dc418476cd6e484c1de71039d8d1ccc4da898.mgorny@gentoo
1 commit: ae4dc418476cd6e484c1de71039d8d1ccc4da898
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 15:40:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 15:40:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4dc418
7
8 dev-python/certifi: Fix HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/certifi/certifi-10001-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/certifi/certifi-10001-r1.ebuild b/dev-python/certifi/certifi-10001-r1.ebuild
16 index cae73f6685c..383139c1d2e 100644
17 --- a/dev-python/certifi/certifi-10001-r1.ebuild
18 +++ b/dev-python/certifi/certifi-10001-r1.ebuild
19 @@ -11,8 +11,8 @@ inherit distutils-r1
20 MY_P=certifi-shim-${PV}
21 DESCRIPTION="Thin replacement for certifi using system certificate store"
22 HOMEPAGE="
23 - https://github.com/mgorny/certifi-shim
24 - https://pypi.org/project/certifi"
25 + https://github.com/mgorny/certifi-shim/
26 + https://pypi.org/project/certifi/"
27 SRC_URI="
28 https://github.com/mgorny/certifi-shim/archive/v${PV}.tar.gz
29 -> ${MY_P}.tar.gz"