commit: 297a3e0190e2003aa626704f14dd63d4c3ea3982
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 06:25:21 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 12 06:25:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297a3e01
sci-visualization/dash-core-components: add to tree
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-visualization/dash-core-components/Manifest | 1 +
.../dash-core-components-1.16.0.ebuild | 20 ++++++++++++++++++++
sci-visualization/dash-core-components/metadata.xml | 14 ++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/sci-visualization/dash-core-components/Manifest
b/sci-visualization/dash-core-components/Manifest
new file mode 100644
index 00000000000..e770719e06f
--- /dev/null
+++ b/sci-visualization/dash-core-components/Manifest
@@ -0,0 +1 @@
+DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B
7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb
SHA512
f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
diff --git
a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
new file mode 100644
index 00000000000..ec2940e44a0
--- /dev/null
+++ b/sci-visualization/dash-core-components/dash-core-components-1.16.0.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="Core components suite 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-core-components/metadata.xml
b/sci-visualization/dash-core-components/metadata.xml
new file mode 100644
index 00000000000..c2404f3251a
--- /dev/null
+++ b/sci-visualization/dash-core-components/metadata.xml
@@ -0,0 +1,14 @@
+<?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">
+ This package provides the core React component suite for Dash.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/dash-core-components</remote-id>
+ </upstream>
+</pkgmetadata>