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 0C0B9138330 for ; Tue, 9 Jan 2018 02:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9E7E0A7F; Tue, 9 Jan 2018 02:00:20 +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 A8BF0E0A6B for ; Tue, 9 Jan 2018 02:00:20 +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 C7805341108 for ; Mon, 8 Jan 2018 16:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F0F41AB for ; Mon, 8 Jan 2018 16:18:48 +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: <1515428197.94265fcf7df2d724ca44932cb88d039125173395.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-cpuinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild X-VCS-Directories: dev-python/py-cpuinfo/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 94265fcf7df2d724ca44932cb88d039125173395 X-VCS-Branch: master Date: Mon, 8 Jan 2018 16:18: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: 58b7cffd-49c7-4951-9dec-de712d4b730a X-Archives-Hash: fb7d96e0f1236a77e3b56dfd22e5a78f commit: 94265fcf7df2d724ca44932cb88d039125173395 Author: Tim Harder gentoo org> AuthorDate: Mon Jan 8 15:53:40 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Jan 8 16:16:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94265fcf dev-python/py-cpuinfo: use https for pypi homepage dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild index f82e66ada29..308eee31c50 100644 --- a/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild +++ b/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.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 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Get CPU info with pure Python 2 & 3" -HOMEPAGE="https://github.com/workhorsy/py-cpuinfo - http://pypi.python.org/pypi/py-cpuinfo" +HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.python.org/pypi/py-cpuinfo" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"