Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-qpid-proton/
Date: Wed, 13 Oct 2021 22:13:00
Message-Id: 1633810226.fdc38ce0b8c9498079ade437ef597456435676d0.lanodan@gentoo
1 commit: fdc38ce0b8c9498079ade437ef597456435676d0
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 20:10:26 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Sat Oct 9 20:10:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdc38ce0
7
8 dev-python/python-qpid-proton: use HTTPS
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild b/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
16 index 6ebc07809..faad1722b 100644
17 --- a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
18 +++ b/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
19 @@ -9,7 +9,7 @@ inherit distutils-r1
20
21 DESCRIPTION="An AMQP based messaging library"
22 HOMEPAGE="
23 - http://qpid.apache.org/proton/
24 + https://qpid.apache.org/proton
25 https://pypi.org/project/python-qpid-proton
26 "
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"