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 A56BE1581C1 for ; Fri, 12 Jul 2024 10:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D9DE2B5C; Fri, 12 Jul 2024 10:36:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CC52E2B59 for ; Fri, 12 Jul 2024 10:36:49 +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 3046033BE26 for ; Fri, 12 Jul 2024 10:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 945EA1CF6 for ; Fri, 12 Jul 2024 10:36:46 +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: <1720780584.f960c86a96a28e5bbfb2ed0291088aed778e483d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab-widgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab-widgets/Manifest dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.10.ebuild X-VCS-Directories: dev-python/jupyterlab-widgets/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f960c86a96a28e5bbfb2ed0291088aed778e483d X-VCS-Branch: master Date: Fri, 12 Jul 2024 10:36:46 +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: e8875f09-4781-41f4-aa14-2ce2e5a1d94f X-Archives-Hash: 7264ae9c48e01aeb4a5d9a065f870bf5 commit: f960c86a96a28e5bbfb2ed0291088aed778e483d Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 10:30:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 10:36:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f960c86a dev-python/jupyterlab-widgets: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jupyterlab-widgets/Manifest | 1 - .../jupyterlab-widgets-3.0.10.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/jupyterlab-widgets/Manifest b/dev-python/jupyterlab-widgets/Manifest index 27ac9473953e..5c493a3b3e9a 100644 --- a/dev-python/jupyterlab-widgets/Manifest +++ b/dev-python/jupyterlab-widgets/Manifest @@ -1,2 +1 @@ -DIST jupyterlab_widgets-3.0.10.tar.gz 205549 BLAKE2B 7f31ffa65a6478f4007449fd9f1ea749144eda39afe21208b934fc33b2222e605a21e1cbfd61961b48c001b780eb75425444729fec931bb7fbb7f9afa290971d SHA512 a68de696b9d8c332c796242dd72d1a0cc33944373e97c826b8a971eb558565e55f4a0a59ba437e9bb9466695755193aa95ec74d69e54628931858f524c939da5 DIST jupyterlab_widgets-3.0.11.tar.gz 203538 BLAKE2B 8208afd3dc9e8dd36a6ab77ac20d935b53a8c200401e9e423ca154e87c50379cced5ff785dc625ead7f09aaffd9af5835151a853224abce6e7c84c6ce199259e SHA512 27e8fec4817d3e37e1976c30db21f914b11dc3bb1e0aa7c584c811b3f9a54422136c7702bd32f7494851d87108182a8a9fe11686d515f4da19ee2a8f7a930755 diff --git a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.10.ebuild b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.10.ebuild deleted file mode 100644 index aba851fa4397..000000000000 --- a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.10.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=jupyter -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 pypi - -DESCRIPTION="Jupyter interactive widgets for JupyterLab" -HOMEPAGE=" - https://ipython.org/ - https://pypi.org/project/jupyterlab-widgets/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - >=dev-python/jupyterlab-4.1.8[${PYTHON_USEDEP}] - dev-python/jupyter-packaging[${PYTHON_USEDEP}] -"