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 8FA811382C5 for ; Sun, 20 May 2018 00:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F37EAE0948; Sun, 20 May 2018 00:16:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C17AFE093B for ; Sun, 20 May 2018 00:16:52 +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 C4431335CC9 for ; Sun, 20 May 2018 00:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7604E2C4 for ; Sun, 20 May 2018 00:16:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526775360.a79609b7f3868ea387fa4bc38fdec611a6ee1d30.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/singledispatch/singledispatch-3.4.0.3.ebuild X-VCS-Directories: dev-python/singledispatch/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a79609b7f3868ea387fa4bc38fdec611a6ee1d30 X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:48 +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: 941c6837-ad1d-4815-bc1c-d998ac2f405e X-Archives-Hash: 558fbe31ccbd53f226bbc882418d113e commit: a79609b7f3868ea387fa4bc38fdec611a6ee1d30 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:36:04 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:16:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79609b7 dev-python/singledispatch: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8471 dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild index 34fa938254a..176fc1e7e05 100644 --- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild +++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3" -HOMEPAGE="http://docs.python.org/3/library/functools.html#functools.singledispatch" +HOMEPAGE="https://docs.python.org/3/library/functools.html#functools.singledispatch" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz" LICENSE="MIT"