summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-05-12 08:25:21 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-05-12 08:25:37 +0200
commit297a3e0190e2003aa626704f14dd63d4c3ea3982 (patch)
treeb761e520cb47ea056e177eec6b3abf5eb7d55c47 /sci-visualization/dash-core-components
parentsys-apps/rng-tools: Version bump to 6.12 (diff)
downloadgentoo-297a3e0190e2003aa626704f14dd63d4c3ea3982.tar.gz
gentoo-297a3e0190e2003aa626704f14dd63d4c3ea3982.tar.bz2
gentoo-297a3e0190e2003aa626704f14dd63d4c3ea3982.zip
sci-visualization/dash-core-components: add to tree
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization/dash-core-components')
-rw-r--r--sci-visualization/dash-core-components/Manifest1
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild20
-rw-r--r--sci-visualization/dash-core-components/metadata.xml14
3 files changed, 35 insertions, 0 deletions
diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest
new file mode 100644
index 000000000000..e770719e06f1
--- /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 000000000000..ec2940e44a0c
--- /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 000000000000..c2404f3251a2
--- /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>tupone@gentoo.org</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>