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 20F7E1382C5 for ; Sun, 29 Apr 2018 07:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32CD5E08F1; Sun, 29 Apr 2018 07:35:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0B4B7E08F1 for ; Sun, 29 Apr 2018 07:35:35 +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 A8380335CBF for ; Sun, 29 Apr 2018 07:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2D12A2 for ; Sun, 29 Apr 2018 07:35:28 +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: <1524987324.a78e9992f4888d8abdfc51a228665cf94e8c23cb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder/spyder-3.2.4.ebuild dev-python/spyder/spyder-3.2.8.ebuild X-VCS-Directories: dev-python/spyder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a78e9992f4888d8abdfc51a228665cf94e8c23cb X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:28 +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: 8d0e4d11-3a7c-4629-8f47-32d9bac7b3a0 X-Archives-Hash: 09b6057ec4e52208217436a6b6a03c51 commit: a78e9992f4888d8abdfc51a228665cf94e8c23cb Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 13:38:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78e9992 dev-python/spyder: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8165 dev-python/spyder/spyder-3.2.4.ebuild | 7 +++++-- dev-python/spyder/spyder-3.2.8.ebuild | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-python/spyder/spyder-3.2.4.ebuild b/dev-python/spyder/spyder-3.2.4.ebuild index cdf19a4da14..361a81f1d08 100644 --- a/dev-python/spyder/spyder-3.2.4.ebuild +++ b/dev-python/spyder/spyder-3.2.4.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,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 DESCRIPTION="Python IDE with matlab-like features" -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.org/project/spyder/ http://pythonhosted.org/spyder/" +HOMEPAGE=" + https://github.com/spyder-ide/spyder/ + https://pypi.org/project/spyder/ + https://pythonhosted.org/spyder/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/spyder/spyder-3.2.8.ebuild b/dev-python/spyder/spyder-3.2.8.ebuild index 3c588279fe7..7b98d4406cf 100644 --- a/dev-python/spyder/spyder-3.2.8.ebuild +++ b/dev-python/spyder/spyder-3.2.8.ebuild @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit eutils distutils-r1 xdg-utils DESCRIPTION="Python IDE with matlab-like features" -HOMEPAGE="https://github.com/spyder-ide/spyder/ https://pypi.python.org/pypi/spyder/ http://pythonhosted.org/spyder/" +HOMEPAGE=" + https://github.com/spyder-ide/spyder/ + https://pypi.org/project/spyder/ + https://pythonhosted.org/spyder/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"