summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-09 11:34:25 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-09 11:36:08 +0200
commit3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f (patch)
treee9b8698db01849bced49489f8e1d3f68a5905d69
parentdev-python/aniso8601: Enable python3.10 (diff)
downloadgentoo-3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f.tar.gz
gentoo-3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f.tar.bz2
gentoo-3bee9bb3ae447bc8e5f8e9dc3039d535d35c852f.zip
Revert "dev-python/jupyter-dash: add to tree"
This reverts commit c1bb2547acbb09e1e94d7d35afae9bcc70057a1d. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jupyter-dash/Manifest1
-rw-r--r--dev-python/jupyter-dash/jupyter-dash-0.4.0.ebuild30
-rw-r--r--dev-python/jupyter-dash/metadata.xml11
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/jupyter-dash/Manifest b/dev-python/jupyter-dash/Manifest
deleted file mode 100644
index 5ee181a10bb6..000000000000
--- 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 46cb6aa625a1..000000000000
--- 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 7badce779b42..000000000000
--- a/dev-python/jupyter-dash/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
-</pkgmetadata>