summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/arch/amd64/x32/package.mask1
-rw-r--r--profiles/package.mask6
-rw-r--r--sci-visualization/jupyter-dash/Manifest1
-rw-r--r--sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild29
-rw-r--r--sci-visualization/jupyter-dash/metadata.xml16
5 files changed, 0 insertions, 53 deletions
diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index ee3f8e2db1a2..0f64711a5542 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -39,7 +39,6 @@ dev-python/plotly
dev-python/plotly-geo
dev-python/chart-studio
sci-visualization/dash
-sci-visualization/jupyter-dash
>=dev-python/notebook-7
dev-python/spyder-notebook
app-emacs/emacs-ipython-notebook
diff --git a/profiles/package.mask b/profiles/package.mask
index 81686629a196..09eef8ce32d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -275,12 +275,6 @@ dev-ruby/atomic
# Removal on 2024-04-13.
dev-python/future
-# Alfredo Tupone <tupone@gentoo.org> (2024-03-12)
-# Not more needed, >=sci-visualization/dash-2.11 provide
-# direct integration with jupyter nodebook
-# Removal on 2024-04-11.
-sci-visualization/jupyter-dash
-
# Eray Aslan <eras@gentoo.org> (2024-03-10)
# Mask experimental software
=mail-mta/postfix-3.10*
diff --git a/sci-visualization/jupyter-dash/Manifest b/sci-visualization/jupyter-dash/Manifest
deleted file mode 100644
index 7bfd9851502a..000000000000
--- a/sci-visualization/jupyter-dash/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jupyter-dash-0.4.2.tar.gz 44431 BLAKE2B 1155f08d8eab630e5e247e62e27babd4d0fd69740c6d2e32acc346ac13ef08be2524d664c68f7dbb8bee16caf15b644e12bf9e2ecd09e36f887a3413153f0fdf SHA512 23a37a0a8a49148c2bbf3b0388134264554ac03a072cd116aefb7342a08a3b03e93ff6e17301efa81aaf623eb7890a133252f9644555fb77e1f49028f701fd11
diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild
deleted file mode 100644
index 1846dfc13f34..000000000000
--- a/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-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"
-
-RDEPEND="
- dev-python/ansi2html[${PYTHON_USEDEP}]
- sci-visualization/dash[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/retrying[${PYTHON_USEDEP}]"
-
-src_install () {
- distutils-r1_src_install
- mv "${D}"/usr/etc "${D}"/ || die
-}
diff --git a/sci-visualization/jupyter-dash/metadata.xml b/sci-visualization/jupyter-dash/metadata.xml
deleted file mode 100644
index e9abe56e8b40..000000000000
--- a/sci-visualization/jupyter-dash/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
- <longdescription lang="en">
- This library makes it easy to develop Plotly Dash apps interactively
- from within Jupyter environments (e.g. classic Notebook, JupyterLab,
- Visual Studio Code notebooks, nteract, PyCharm notebooks, etc.).
- </longdescription>
- <upstream>
- <remote-id type="github">plotly/jupyter-dash</remote-id>
- </upstream>
-</pkgmetadata>