diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-05-11 19:21:41 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-05-11 19:22:01 +0200 |
commit | b02e537c77a4a53f13f83f3d8c2f3f0daa16b327 (patch) | |
tree | e7e0f4e0b538a93dca911ad87c2a0cd682b06a99 /sci-visualization | |
parent | dev-python/pyftpdlib: skip more broken tests, use epytest (diff) | |
download | gentoo-b02e537c77a4a53f13f83f3d8c2f3f0daa16b327.tar.gz gentoo-b02e537c77a4a53f13f83f3d8c2f3f0daa16b327.tar.bz2 gentoo-b02e537c77a4a53f13f83f3d8c2f3f0daa16b327.zip |
sci-visualization/dash-table: add dash-table
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/dash-table/Manifest | 1 | ||||
-rw-r--r-- | sci-visualization/dash-table/dash-table-4.11.3.ebuild | 20 | ||||
-rw-r--r-- | sci-visualization/dash-table/metadata.xml | 16 |
3 files changed, 37 insertions, 0 deletions
diff --git a/sci-visualization/dash-table/Manifest b/sci-visualization/dash-table/Manifest new file mode 100644 index 000000000000..fb78f350a952 --- /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 000000000000..54da85f007fe --- /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 000000000000..1c496d826f34 --- /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>tupone@gentoo.org</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> |