From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F5AD1382C5 for ; Sun, 18 Mar 2018 19:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5A60E0826; Sun, 18 Mar 2018 19:19:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ED78E0826 for ; Sun, 18 Mar 2018 19:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 661A4335D29 for ; Sun, 18 Mar 2018 19:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89918264 for ; Sun, 18 Mar 2018 19:19:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521400730.4555713e7bdd1f7d7af7cc92818a21e0eccec0b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyper-h2/hyper-h2-2.5.1.ebuild X-VCS-Directories: dev-python/hyper-h2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4555713e7bdd1f7d7af7cc92818a21e0eccec0b1 X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:19:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d07f773c-0746-4234-b891-20dff56a1022 X-Archives-Hash: 67bae6c95f990ebca8423c6c76f65115 commit: 4555713e7bdd1f7d7af7cc92818a21e0eccec0b1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 18 14:38:06 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 18 19:18:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4555713e dev-python/hyper-h2: update HOMEPAGE and use HTTPS dev-python/hyper-h2/hyper-h2-2.5.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild index 8da25409e84..4b1fda25ee1 100644 --- a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild +++ b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,9 @@ inherit distutils-r1 MY_PN="h2" DESCRIPTION="HTTP/2 State-Machine based protocol implementation" -HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2" +HOMEPAGE="https://python-hyper.org/h2/en/stable + https://github.com/python-hyper/hyper-h2 + https://pypi.python.org/pypi/h2" SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"