From 2e68fd253311336433af9a017c2828236d34e2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 May 2022 15:23:53 +0200 Subject: [PATCH] dev-python/pika: Update HOMEPAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pika/pika-1.2.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/pika/pika-1.2.0.ebuild b/dev-python/pika/pika-1.2.0.ebuild index d84dd6dba9c9d..faf36d81feb96 100644 --- a/dev-python/pika/pika-1.2.0.ebuild +++ b/dev-python/pika/pika-1.2.0.ebuild @@ -8,12 +8,13 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="Pure-Python implementation of the AMQP" -HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika" +HOMEPAGE=" + https://pika.readthedocs.io/ + https://github.com/pika/pika/ + https://pypi.org/project/pika/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND="" -RDEPEND=""