From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76ECE13835C for ; Tue, 11 May 2021 21:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C98CBE086A; Tue, 11 May 2021 21:00:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0B2DE0848 for ; Tue, 11 May 2021 21:00:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A9F4335D08 for ; Tue, 11 May 2021 21:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65B8697A for ; Tue, 11 May 2021 17:22:41 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1620753721.b02e537c77a4a53f13f83f3d8c2f3f0daa16b327.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/dash-table/Manifest sci-visualization/dash-table/dash-table-4.11.3.ebuild sci-visualization/dash-table/metadata.xml X-VCS-Directories: sci-visualization/dash-table/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b02e537c77a4a53f13f83f3d8c2f3f0daa16b327 X-VCS-Branch: master Date: Tue, 11 May 2021 17:22:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c2898d8-15f0-43b9-b942-e53e636baa8d X-Archives-Hash: eb4b8f7b280289a8333e9bd471691ed0 commit: b02e537c77a4a53f13f83f3d8c2f3f0daa16b327 Author: Alfredo Tupone gentoo org> AuthorDate: Tue May 11 17:21:41 2021 +0000 Commit: Alfredo Tupone gentoo 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 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 @@ + + + + + tupone@gentoo.org + Tupone Alfredo + + + Dash DataTable is an interactive table component designed for viewing, + editing, and exploring large datasets. + + + dash-table + plotly/dash-table + +