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 A586E1382C5 for ; Mon, 8 Jun 2020 16:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57FEE0949; Mon, 8 Jun 2020 16:55:44 +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 D0C3CE0949 for ; Mon, 8 Jun 2020 16:55:44 +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 DDD3634E52A for ; Mon, 8 Jun 2020 16:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99889292 for ; Mon, 8 Jun 2020 16:55:37 +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: <1591635334.650be135a9ae7d8b15585839e808a50936911a41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-7.15.0.ebuild dev-python/ipython/ipython-7.5.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 650be135a9ae7d8b15585839e808a50936911a41 X-VCS-Branch: master Date: Mon, 8 Jun 2020 16:55:37 +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: 65bc12d7-d682-4bea-8cd8-0cda2950bc6a X-Archives-Hash: 22b37c7404a6ea6be165d52b90087200 commit: 650be135a9ae7d8b15585839e808a50936911a41 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 8 16:19:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 16:55:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650be135 dev-python/ipython: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/ipython/ipython-7.15.0.ebuild | 2 +- dev-python/ipython/ipython-7.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ipython/ipython-7.15.0.ebuild b/dev-python/ipython/ipython-7.15.0.ebuild index 5747fb61cfb..520beef8abd 100644 --- a/dev-python/ipython/ipython-7.15.0.ebuild +++ b/dev-python/ipython/ipython-7.15.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils virtualx DESCRIPTION="Advanced interactive shell for Python" -HOMEPAGE="http://ipython.org/" +HOMEPAGE="https://ipython.org/ https://github.com/ipython/ipython/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/ipython/ipython-7.5.0.ebuild b/dev-python/ipython/ipython-7.5.0.ebuild index 059dbdbae84..202f47a34fd 100644 --- a/dev-python/ipython/ipython-7.5.0.ebuild +++ b/dev-python/ipython/ipython-7.5.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils virtualx DESCRIPTION="Advanced interactive shell for Python" -HOMEPAGE="http://ipython.org/" +HOMEPAGE="https://ipython.org/ https://github.com/ipython/ipython/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"