diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-13 16:51:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-13 16:54:43 +0200 |
commit | 398a4358aa73394fb8eef722b16a50c4dd4276f1 (patch) | |
tree | 8057c2ce718097467c359ff793e6b5a92437ca7e /sci-visualization | |
parent | dev-java/ant-eclipse-ecj: Remove last-rited pkg (diff) | |
download | gentoo-398a4358aa73394fb8eef722b16a50c4dd4276f1.tar.gz gentoo-398a4358aa73394fb8eef722b16a50c4dd4276f1.tar.bz2 gentoo-398a4358aa73394fb8eef722b16a50c4dd4276f1.zip |
sci-visualization/jupyter-dash: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/jupyter-dash/Manifest | 1 | ||||
-rw-r--r-- | sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild | 29 | ||||
-rw-r--r-- | sci-visualization/jupyter-dash/metadata.xml | 16 |
3 files changed, 0 insertions, 46 deletions
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> |