summaryrefslogtreecommitdiff
path: root/sci-visualization/dash-table/dash-table-4.11.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-26 20:08:29 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-26 20:08:29 +0000
commit6dfd9c39ab68bbc917ffc374b2fa515f676f891f (patch)
treec9963a9e1e09b0e237a5c00736caa588c5a0a38f /sci-visualization/dash-table/dash-table-4.11.3.ebuild
parentadb727afeb568404873e8cbc91ba93d3d49eff13 (diff)
gentoo auto-resync : 26:12:2022 - 20:08:29
Diffstat (limited to 'sci-visualization/dash-table/dash-table-4.11.3.ebuild')
-rw-r--r--sci-visualization/dash-table/dash-table-4.11.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
deleted file mode 100644
index 8e109a529936..000000000000
--- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="First-Class interactive DataTable for Dash"
-HOMEPAGE="https://plot.ly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-# Test execution depends on sci-visualization/dash being installed
-# but sci-visualization/dash depends on this
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # Needs percy - not available
- rm -r tests/selenium || die
-
- distutils-r1_python_prepare_all
-}