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 2ADE31382C5 for ; Sat, 17 Mar 2018 10:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015FAE0897; Sat, 17 Mar 2018 10:51:14 +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 B2335E0897 for ; Sat, 17 Mar 2018 10:51:13 +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 2E80F335CA6 for ; Sat, 17 Mar 2018 10:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CCBE267 for ; Sat, 17 Mar 2018 10:51:08 +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: <1521283861.cbed549455af875cc7cee9ecb00aa0ff5275aa86.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/pylint-1.6.5-r1.ebuild dev-python/pylint/pylint-1.7.2.ebuild dev-python/pylint/pylint-1.7.5.ebuild dev-python/pylint/pylint-1.8.2.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbed549455af875cc7cee9ecb00aa0ff5275aa86 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:08 +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: dac59871-9e86-445e-ac61-7d188e3197c4 X-Archives-Hash: 1665a3fef1222a359ff00c92f340ce03 commit: cbed549455af875cc7cee9ecb00aa0ff5275aa86 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:56:47 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:51:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbed5494 dev-python/pylint: use HTTPS dev-python/pylint/pylint-1.6.5-r1.ebuild | 5 ++--- dev-python/pylint/pylint-1.7.2.ebuild | 4 ++-- dev-python/pylint/pylint-1.7.5.ebuild | 2 +- dev-python/pylint/pylint-1.8.2.ebuild | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild b/dev-python/pylint/pylint-1.6.5-r1.ebuild index 7d05bfab47d..ab337f86073 100644 --- a/dev-python/pylint/pylint-1.6.5-r1.ebuild +++ b/dev-python/pylint/pylint-1.6.5-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=6 @@ -9,8 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" -HOMEPAGE=" - http://www.logilab.org/project/pylint +HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/pylint/pylint-1.7.2.ebuild b/dev-python/pylint/pylint-1.7.2.ebuild index f0e8533ad01..b0602530b43 100644 --- a/dev-python/pylint/pylint-1.7.2.ebuild +++ b/dev-python/pylint/pylint-1.7.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=6 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" -HOMEPAGE="http://www.logilab.org/project/pylint +HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/pylint/pylint-1.7.5.ebuild b/dev-python/pylint/pylint-1.7.5.ebuild index 3bf9b99e1a3..b2c53f122a4 100644 --- a/dev-python/pylint/pylint-1.7.5.ebuild +++ b/dev-python/pylint/pylint-1.7.5.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" -HOMEPAGE="http://www.logilab.org/project/pylint +HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/pylint/pylint-1.8.2.ebuild b/dev-python/pylint/pylint-1.8.2.ebuild index f2f3fe561e2..430fd378d95 100644 --- a/dev-python/pylint/pylint-1.8.2.ebuild +++ b/dev-python/pylint/pylint-1.8.2.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" -HOMEPAGE="http://www.logilab.org/project/pylint +HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.python.org/pypi/pylint https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"