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 453AC1382C5 for ; Sun, 9 May 2021 09:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0210E03EC; Sun, 9 May 2021 09:36:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8C6D0E03EC for ; Sun, 9 May 2021 09:36:20 +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 AF1EB340BF6 for ; Sun, 9 May 2021 09:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAFB74F for ; Sun, 9 May 2021 09:36:18 +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: <1620552968.3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-dash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter-dash/Manifest dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild dev-python/jupyter-dash/metadata.xml X-VCS-Directories: dev-python/jupyter-dash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f X-VCS-Branch: master Date: Sun, 9 May 2021 09:36:18 +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: e6d1c433-4de2-4365-8e22-072f5adf1a8a X-Archives-Hash: 3446bbdd89898fa58baf30003788872e commit: 3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f Author: Michał Górny gentoo org> AuthorDate: Sun May 9 09:34:25 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 9 09:36:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bee9bb3 Revert "dev-python/jupyter-dash: add to tree" This reverts commit c1bb2547acbb09e1e94d7d35afae9bcc70057a1d. Signed-off-by: Michał Górny gentoo.org> dev-python/jupyter-dash/Manifest | 1 - dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild | 30 ----------------------- dev-python/jupyter-dash/metadata.xml | 11 --------- 3 files changed, 42 deletions(-) diff --git a/dev-python/jupyter-dash/Manifest b/dev-python/jupyter-dash/Manifest deleted file mode 100644 index 5ee181a10bb..00000000000 --- a/dev-python/jupyter-dash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jupyter-dash-0.4.0.tar.gz 42855 BLAKE2B 6ee097892e8175d72883005a4b8097e1069d3550d845dc8728991c78d437d74f571e3e1e4fddf7c8df716c0921a5910c9fbc654f0a56c0f177f14c7b2c1bd336 SHA512 16774dfe54122096cdf672408af8fb7f0246ba7db1429eeee21a9b10645990d859208e13b743119c90e5b0ae042eeb32e91e56205139d9cf792f5995e467ccf9 diff --git a/dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild b/dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild deleted file mode 100644 index 46cb6aa625a..00000000000 --- a/dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -inherit distutils-r1 - -DESCRIPTION="Plotly Dash apps from within Jupyter environments" -HOMEPAGE="https://plotly.com/dash/" -SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/ansi2html[${PYTHON_USEDEP}] - dev-python/dash[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/retrying[${PYTHON_USEDEP}]" -BDEPEND="" - -src_install () { - distutils-r1_src_install - mv "${D}"/usr/etc "${D}"/ || die -} diff --git a/dev-python/jupyter-dash/metadata.xml b/dev-python/jupyter-dash/metadata.xml deleted file mode 100644 index 7badce779b4..00000000000 --- a/dev-python/jupyter-dash/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - tupone@gentoo.org - Tupone Alfredo - -