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 9EC6C138331 for ; Fri, 16 Mar 2018 21:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A55EE08F4; Fri, 16 Mar 2018 21:19:39 +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 2053DE08F4 for ; Fri, 16 Mar 2018 21:19:39 +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 0C531335C92 for ; Fri, 16 Mar 2018 21:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C5F263 for ; Fri, 16 Mar 2018 21:19:34 +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: <1521235138.f7b670f731ad093607c989c39058e85b6c1f9ecc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/intelhex/intelhex-2.0.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f7b670f731ad093607c989c39058e85b6c1f9ecc X-VCS-Branch: master Date: Fri, 16 Mar 2018 21:19:34 +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: 3dbb973b-5b94-4ef1-85ba-f5e97bb3c24f X-Archives-Hash: fc98491f52eafd67ddd3db7c5f3eff4b commit: f7b670f731ad093607c989c39058e85b6c1f9ecc Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 16 19:20:48 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 21:18:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b670f7 dev-python/intelhex: use HTTPS dev-python/intelhex/intelhex-2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/intelhex/intelhex-2.0.ebuild b/dev-python/intelhex/intelhex-2.0.ebuild index bbc4705890b..9d563c8231f 100644 --- a/dev-python/intelhex/intelhex-2.0.ebuild +++ b/dev-python/intelhex/intelhex-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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} ) inherit distutils-r1 DESCRIPTION="Python library for Intel HEX files manipulations" -HOMEPAGE="http://pypi.python.org/pypi/IntelHex/ https://github.com/bialix/intelhex" +HOMEPAGE="https://pypi.python.org/pypi/IntelHex/ https://github.com/bialix/intelhex" SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz" LICENSE="BSD"