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 7F4D7138334 for ; Tue, 26 Mar 2019 18:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540DCE089D; Tue, 26 Mar 2019 18:52:52 +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 15256E089D for ; Tue, 26 Mar 2019 18:52: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 E82AB335D0D for ; Tue, 26 Mar 2019 18:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D16857F for ; Tue, 26 Mar 2019 18:52:49 +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: <1553626344.10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-5.1.ebuild dev-python/click/click-6.6.ebuild dev-python/click/click-6.7-r1.ebuild dev-python/click/click-6.7.ebuild dev-python/click/click-7.0.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5 X-VCS-Branch: master Date: Tue, 26 Mar 2019 18:52:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8310c0c-154f-4777-97f0-d09ba3f1850f X-Archives-Hash: ca4aa1e71276f61ff543766bb5e0e1cd commit: 10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 22 07:49:01 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 26 18:52:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fa3b6f dev-python/click: update HOMEPAGE, use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/click/click-5.1.ebuild | 4 ++-- dev-python/click/click-6.6.ebuild | 4 ++-- dev-python/click/click-6.7-r1.ebuild | 4 ++-- dev-python/click/click-6.7.ebuild | 4 ++-- dev-python/click/click-7.0.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/click/click-5.1.ebuild b/dev-python/click/click-5.1.ebuild index f6772af7b4c..8c11aa82bf9 100644 --- a/dev-python/click/click-5.1.ebuild +++ b/dev-python/click/click-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.6.ebuild b/dev-python/click/click-6.6.ebuild index 5d3769cf972..b0a4f62d053 100644 --- a/dev-python/click/click-6.6.ebuild +++ b/dev-python/click/click-6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.7-r1.ebuild b/dev-python/click/click-6.7-r1.ebuild index 2f650c4ca67..fe54c2cbc91 100644 --- a/dev-python/click/click-6.7-r1.ebuild +++ b/dev-python/click/click-6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.7.ebuild b/dev-python/click/click-6.7.ebuild index 74c2f3587ec..095acb38811 100644 --- a/dev-python/click/click-6.7.ebuild +++ b/dev-python/click/click-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-7.0.ebuild b/dev-python/click/click-7.0.ebuild index 6b7015bd45b..2677e18f964 100644 --- a/dev-python/click/click-7.0.ebuild +++ b/dev-python/click/click-7.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0"