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 DB7B7139083 for ; Sat, 9 Dec 2017 01:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E2FDE0E33; Sat, 9 Dec 2017 01:23:16 +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 09AA7E0E33 for ; Sat, 9 Dec 2017 01:23:16 +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 0797933BF05 for ; Sat, 9 Dec 2017 01:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92486AE75 for ; Sat, 9 Dec 2017 01:23:13 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1512782578.d497addab85f338b415abe5ac0462b6ac2d4eeec.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild X-VCS-Directories: dev-python/lazy-object-proxy/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d497addab85f338b415abe5ac0462b6ac2d4eeec X-VCS-Branch: master Date: Sat, 9 Dec 2017 01:23:13 +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: 2e37c5bf-5719-4697-b80d-cc5c50f35d5a X-Archives-Hash: 52aef7c429d3835d63b8e7ab56448e55 commit: d497addab85f338b415abe5ac0462b6ac2d4eeec Author: Tim Harder gentoo org> AuthorDate: Wed Dec 6 17:21:23 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Dec 9 01:22:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d497adda dev-python/lazy-object-proxy: use https for pypi HOMEPAGE dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild index 3b78058b30c..7a152688391 100644 --- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild +++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="A fast and thorough lazy object proxy" HOMEPAGE=" https://github.com/ionelmc/python-lazy-object-proxy - http://pypi.python.org/pypi/lazy-object-proxy + https://pypi.python.org/pypi/lazy-object-proxy https://python-lazy-object-proxy.readthedocs.org/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"