summaryrefslogtreecommitdiff
path: root/sci-visualization
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-15 12:04:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-15 12:04:03 +0100
commit7fa8a1e3f149eea4c844c47cfe26136ed7614c58 (patch)
treee514d1b9999d088064bee1e34a3a3c500d6d7a07 /sci-visualization
parentd993571e2ee444d08f4e9e90d493ee37338657e3 (diff)
gentoo auto-resync : 15:04:2024 - 12:04:02
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/Manifest.gzbin4695 -> 4527 bytes
-rw-r--r--sci-visualization/jupyter-dash/Manifest3
-rw-r--r--sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild29
-rw-r--r--sci-visualization/jupyter-dash/metadata.xml16
4 files changed, 0 insertions, 48 deletions
diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz
index b3c12d5a9f19..f25b2e78b17f 100644
--- a/sci-visualization/Manifest.gz
+++ b/sci-visualization/Manifest.gz
Binary files differ
diff --git a/sci-visualization/jupyter-dash/Manifest b/sci-visualization/jupyter-dash/Manifest
deleted file mode 100644
index 19f56057ea39..000000000000
--- a/sci-visualization/jupyter-dash/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST jupyter-dash-0.4.2.tar.gz 44431 BLAKE2B 1155f08d8eab630e5e247e62e27babd4d0fd69740c6d2e32acc346ac13ef08be2524d664c68f7dbb8bee16caf15b644e12bf9e2ecd09e36f887a3413153f0fdf SHA512 23a37a0a8a49148c2bbf3b0388134264554ac03a072cd116aefb7342a08a3b03e93ff6e17301efa81aaf623eb7890a133252f9644555fb77e1f49028f701fd11
-EBUILD jupyter-dash-0.4.2.ebuild 726 BLAKE2B adb4332bfcfc7e15ff4868aaaad7f6be5c91ecc18408fa7f726bdf3d682d555bb73b845b689ed3842dc9b7b07fb68a76a2c6b08b28e87782b946801a24e24a21 SHA512 92844235147cb51612ecae9ea45c30414c7940266f7ffbcda37851f46cc588b889b1cf3260495899b2eb562e9c940d3315bfd538ce48e85f4b4bf0bcd06188d5
-MISC metadata.xml 590 BLAKE2B 74dabed7a6173f89c9e34f723aeb2ba0473b76aef81498db1081a246c71701765a741448ab765404c05915e504b8f7f52dfe3ab0fe1ebc94ec7d474aca25ff56 SHA512 2f6bb2021b24c69695e6ae27c7465ee92fc2ec29e080e98c5087a4d35eb58fa2821dc76946b25f9e1b2458102fdfa03ebc7a7b803ab4073b2a3ba9183b187ff4
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>