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 D6049138359 for ; Fri, 31 Jul 2020 22:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7720CE09A6; Fri, 31 Jul 2020 22:34:02 +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 5F434E09A6 for ; Fri, 31 Jul 2020 22:34:02 +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 54E5634F534 for ; Fri, 31 Jul 2020 22:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86C48300 for ; Fri, 31 Jul 2020 22:33:57 +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: <1596234789.6b53a35b76662cd836dc5d871f3dad89eef30f5f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qtconsole/qtconsole-4.3.1.ebuild dev-python/qtconsole/qtconsole-4.7.4.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6b53a35b76662cd836dc5d871f3dad89eef30f5f X-VCS-Branch: master Date: Fri, 31 Jul 2020 22:33:57 +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: 1357a1a6-90f1-4261-a9fb-2cd9a8ebfb9d X-Archives-Hash: be944e408ab66da8ec433ab219d464af commit: 6b53a35b76662cd836dc5d871f3dad89eef30f5f Author: Jakov Smolic sartura hr> AuthorDate: Sun Jun 7 19:37:56 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 31 22:33:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b53a35b dev-python/qtconsole: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Aaron Bauman gentoo.org> dev-python/qtconsole/qtconsole-4.3.1.ebuild | 2 +- dev-python/qtconsole/qtconsole-4.7.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/qtconsole/qtconsole-4.3.1.ebuild b/dev-python/qtconsole/qtconsole-4.3.1.ebuild index 6ac296b425d..7e9a961abd2 100644 --- a/dev-python/qtconsole/qtconsole-4.3.1.ebuild +++ b/dev-python/qtconsole/qtconsole-4.3.1.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 virtualx DESCRIPTION="Qt-based console for Jupyter with support for rich media output" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://qtconsole.readthedocs.io" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/qtconsole/qtconsole-4.7.4.ebuild b/dev-python/qtconsole/qtconsole-4.7.4.ebuild index a9b413df261..e8699311b50 100644 --- a/dev-python/qtconsole/qtconsole-4.7.4.ebuild +++ b/dev-python/qtconsole/qtconsole-4.7.4.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Qt-based console for Jupyter with support for rich media output" -HOMEPAGE="http://jupyter.org" +HOMEPAGE="https://qtconsole.readthedocs.io" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"