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/zeep/
Date: Mon, 20 Sep 2021 13:41:33
Message-Id: 1632145283.29135526ac06202ed429f5b6b7ede54a9631877e.mgorny@gentoo
1 commit: 29135526ac06202ed429f5b6b7ede54a9631877e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 13:40:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 13:41:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29135526
7
8 dev-python/zeep: Switch HOMEPAGE to https
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeep/zeep-4.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zeep/zeep-4.1.0.ebuild b/dev-python/zeep/zeep-4.1.0.ebuild
16 index 7735af371f3..579382f9cb1 100644
17 --- a/dev-python/zeep/zeep-4.1.0.ebuild
18 +++ b/dev-python/zeep/zeep-4.1.0.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
20 inherit distutils-r1
21
22 DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
23 -HOMEPAGE="http://docs.python-zeep.org/"
24 +HOMEPAGE="https://docs.python-zeep.org/"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"