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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6962A158091 for ; Thu, 16 Jun 2022 08:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1244E08F3; Thu, 16 Jun 2022 08:06:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A77EE08F3 for ; Thu, 16 Jun 2022 08:06:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEF8F34161D for ; Thu, 16 Jun 2022 08:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 586E950A for ; Thu, 16 Jun 2022 08:06:57 +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: <1655366767.ccfb3d9c2098372b39a21662f16c31c2c1483d45.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab/Manifest dev-python/jupyterlab/jupyterlab-3.3.4.ebuild X-VCS-Directories: dev-python/jupyterlab/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ccfb3d9c2098372b39a21662f16c31c2c1483d45 X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:06: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: 81205bea-11ee-4b0c-bbe3-4b9eb1cb0c8d X-Archives-Hash: af3d04d3cac4baadca92d3aa0645a052 commit: ccfb3d9c2098372b39a21662f16c31c2c1483d45 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:06:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:06:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfb3d9c dev-python/jupyterlab: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jupyterlab/Manifest | 1 - dev-python/jupyterlab/jupyterlab-3.3.4.ebuild | 42 --------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/jupyterlab/Manifest b/dev-python/jupyterlab/Manifest index 266dd10afaca..db3f63fcddeb 100644 --- a/dev-python/jupyterlab/Manifest +++ b/dev-python/jupyterlab/Manifest @@ -1,2 +1 @@ -DIST jupyterlab-3.3.4.tar.gz 17147292 BLAKE2B 0ae9895a96deaa81f5da9f6ddc74c9127c579722a8275df82e10a0da849552369d34259877acbf6c1ae5de4519fbce96c8923437db913d44cc8b8db4ff5433ea SHA512 d5002e86c4d84664271e735069db2bdaa8ab3a567861433793ca388a601e6f582bf884680992e0c2238f3bc2880a05c3a1ffd4e95aa0f7df91c4bed58f7692b6 DIST jupyterlab-3.4.3.tar.gz 17074198 BLAKE2B 08a0aa4ddaeb6b48a742ef78e1b8cefb95fbf89ec077a1f3687c4498b7c4dbdd50e1773194c4f3c2e21d36a2010dcbcf2be0141df9383b2d05159bcb7f99ab9c SHA512 27c8d6b6636e14ea9a500764ea97b6ef16a1580728077264b662cc23b0e34ac0fd9eebe1eb5a79a64b18a2d93acc996553a6152fa135e2688b5eae21d184da57 diff --git a/dev-python/jupyterlab/jupyterlab-3.3.4.ebuild b/dev-python/jupyterlab/jupyterlab-3.3.4.ebuild deleted file mode 100644 index 6c225e088e5c..000000000000 --- a/dev-python/jupyterlab/jupyterlab-3.3.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=jupyter -inherit distutils-r1 - -DESCRIPTION="JupyterLab computational environment" -HOMEPAGE="https://jupyter.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD MIT GPL-3 Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -# TODO: package openapi et al -RESTRICT="test" - -BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]" - -RDEPEND=" - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - >=dev-python/jupyterlab_server-2.10[${PYTHON_USEDEP}] - >=dev-python/jupyter_server-1.4[${PYTHON_USEDEP}] - >=dev-python/nbclassic-0.2[${PYTHON_USEDEP}] - >=dev-python/jinja-2.1[${PYTHON_USEDEP}] - >=www-servers/tornado-6.1[${PYTHON_USEDEP}] - net-libs/nodejs -" - -distutils_enable_tests pytest -# TODO: package sphinx_copybutton -#distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/myst_parser - -python_install_all() { - distutils-r1_python_install_all - mv "${ED}/usr/etc" "${ED}/etc" || die -}