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 861D1138334 for ; Tue, 9 Jul 2019 11:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B896DE08C2; Tue, 9 Jul 2019 11:32:47 +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 9D91EE08C2 for ; Tue, 9 Jul 2019 11:32:47 +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 3EC4C347472 for ; Tue, 9 Jul 2019 11:32:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A4D471 for ; Tue, 9 Jul 2019 11:32:44 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1562671958.89a985a835dd530c5d36af206ca7112f8a5cba91.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipykernel/ipykernel-9999.ebuild dev-python/ipykernel/metadata.xml X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 89a985a835dd530c5d36af206ca7112f8a5cba91 X-VCS-Branch: master Date: Tue, 9 Jul 2019 11:32:44 +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: aaa2e8a9-cb86-4c96-9a53-c783d6233f20 X-Archives-Hash: 6ed09b819088d0924de2225bea9e296b commit: 89a985a835dd530c5d36af206ca7112f8a5cba91 Author: Benda Xu gentoo org> AuthorDate: Tue Jul 9 11:31:39 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Tue Jul 9 11:32:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=89a985a8 dev-python/ipykernel: drop from the overlay. The ebuilds are maintained in ::gentoo instead. dev-python/ipykernel/ipykernel-9999.ebuild | 34 ------------------------------ dev-python/ipykernel/metadata.xml | 14 ------------ 2 files changed, 48 deletions(-) diff --git a/dev-python/ipykernel/ipykernel-9999.ebuild b/dev-python/ipykernel/ipykernel-9999.ebuild deleted file mode 100644 index 3f00e4588..000000000 --- a/dev-python/ipykernel/ipykernel-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 git-r3 - -DESCRIPTION="IPython Kernel for Jupyter" -HOMEPAGE="https://github.com/ipython/ipykernel" -EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" - -RDEPEND=" - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] - >=www-servers/tornado-4.0[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - ) - " - -python_test() { - nosetests --verbose ipykernel || die -} diff --git a/dev-python/ipykernel/metadata.xml b/dev-python/ipykernel/metadata.xml deleted file mode 100644 index d1399a897..000000000 --- a/dev-python/ipykernel/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -This package provides the IPython kernel for Jupyter. - - - ipython/ipykernel - -