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 AEDE71382C5 for ; Sat, 3 Mar 2018 20:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA185E099F; Sat, 3 Mar 2018 20:58:23 +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 95C00E099F for ; Sat, 3 Mar 2018 20:58:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6532D335C0A for ; Sat, 3 Mar 2018 20:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F5C9231 for ; Sat, 3 Mar 2018 20:58:20 +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: <1520110689.c1952381cb08e1413653dc165d55306cf46e5488.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argh/argh-0.26.2-r1.ebuild dev-python/argh/argh-0.26.2.ebuild X-VCS-Directories: dev-python/argh/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1952381cb08e1413653dc165d55306cf46e5488 X-VCS-Branch: master Date: Sat, 3 Mar 2018 20:58:20 +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: 98fc3e0a-586d-4980-b810-591e99018f77 X-Archives-Hash: 037d71f58c33caba89199c021aad3b8f commit: c1952381cb08e1413653dc165d55306cf46e5488 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 3 19:26:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 3 20:58:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1952381 dev-python/argh: use HTTPS, avoid redirection Closes: https://github.com/gentoo/gentoo/pull/7343 dev-python/argh/argh-0.26.2-r1.ebuild | 4 ++-- dev-python/argh/argh-0.26.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/argh/argh-0.26.2-r1.ebuild b/dev-python/argh/argh-0.26.2-r1.ebuild index fed4b80bb85..409a529b632 100644 --- a/dev-python/argh/argh-0.26.2-r1.ebuild +++ b/dev-python/argh/argh-0.26.2-r1.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A simple argparse wrapper" -HOMEPAGE="http://packages.python.org/argh/" +HOMEPAGE="https://pythonhosted.org/argh/" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/argh/argh-0.26.2.ebuild b/dev-python/argh/argh-0.26.2.ebuild index a4a1febe622..1ac96d8bd62 100644 --- a/dev-python/argh/argh-0.26.2.ebuild +++ b/dev-python/argh/argh-0.26.2.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="A simple argparse wrapper" -HOMEPAGE="http://packages.python.org/argh/" +HOMEPAGE="https://pythonhosted.org/argh/" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" SLOT="0"