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 745F9138359 for ; Mon, 21 Sep 2020 23:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EB2EE07F6; Mon, 21 Sep 2020 23:23:03 +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 81F1DE07F6 for ; Mon, 21 Sep 2020 23:23:03 +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 29C48340E31 for ; Mon, 21 Sep 2020 23:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 971C8334 for ; Mon, 21 Sep 2020 23:23:00 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600730548.827ea18c4af596bfe36d26412fb59b766d4c5298.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipyparallel/ipyparallel-9999.ebuild dev-python/ipyparallel/metadata.xml X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 827ea18c4af596bfe36d26412fb59b766d4c5298 X-VCS-Branch: master Date: Mon, 21 Sep 2020 23:23:00 +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: 1683057a-7547-46f0-a75c-eebf0ff04ce8 X-Archives-Hash: cb0f72cd2fc8c33d56778b37b0394eed commit: 827ea18c4af596bfe36d26412fb59b766d4c5298 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 21 23:22:17 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 21 23:22:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=827ea18c dev-python/ipyparallel: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/ipyparallel/ipyparallel-9999.ebuild | 60 -------------------------- dev-python/ipyparallel/metadata.xml | 12 ------ 2 files changed, 72 deletions(-) diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild deleted file mode 100644 index 90da1d810..000000000 --- a/dev-python/ipyparallel/ipyparallel-9999.ebuild +++ /dev/null @@ -1,60 +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="Interactive Parallel Computing with IPython" -HOMEPAGE="http://ipython.org/" -EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="doc test" - -RDEPEND=" - dev-python/ipython_genutils[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - !=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] - dev-python/notebook[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ) - " - -python_prepare_all() { - # Prevent un-needed download during build - if use doc; then - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die - fi - - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - iptest ipyparallel.tests -- -vsx || die -} - -python_install_all() { - use doc && HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/ipyparallel/metadata.xml b/dev-python/ipyparallel/metadata.xml deleted file mode 100644 index 1d9e7c2d3..000000000 --- a/dev-python/ipyparallel/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -Interactive Parallel Computing with IPython. -ipyparallel is the new home of IPython.parallel. - -