commit: b02e537c77a4a53f13f83f3d8c2f3f0daa16b327
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 17:21:41 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 11 17:22:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02e537c
sci-visualization/dash-table: add dash-table
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-visualization/dash-table/Manifest | 1 +
.../dash-table/dash-table-4.11.3.ebuild | 20 ++++++++++++++++++++
sci-visualization/dash-table/metadata.xml | 16 ++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/sci-visualization/dash-table/Manifest
b/sci-visualization/dash-table/Manifest
new file mode 100644
index 00000000000..fb78f350a95
--- /dev/null
+++ b/sci-visualization/dash-table/Manifest
@@ -0,0 +1 @@
+DIST dash-table-4.11.3.tar.gz 9504642 BLAKE2B
d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248
SHA512
580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5
diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
new file mode 100644
index 00000000000..54da85f007f
--- /dev/null
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -0,0 +1,20 @@
+# 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="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}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/sci-visualization/dash-table/metadata.xml
b/sci-visualization/dash-table/metadata.xml
new file mode 100644
index 00000000000..1c496d826f3
--- /dev/null
+++ b/sci-visualization/dash-table/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ Dash DataTable is an interactive table component designed for
viewing,
+ editing, and exploring large datasets.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">dash-table</remote-id>
+ <remote-id type="github">plotly/dash-table</remote-id>
+ </upstream>
+</pkgmetadata>