summaryrefslogtreecommitdiff
path: root/sci-visualization/dash-core-components
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/dash-core-components')
-rw-r--r--sci-visualization/dash-core-components/Manifest3
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild20
-rw-r--r--sci-visualization/dash-core-components/metadata.xml16
3 files changed, 39 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..a3d4e69b8e0e
--- /dev/null
+++ b/sci-visualization/dash-core-components/Manifest
@@ -0,0 +1,3 @@
+DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
+EBUILD dash-core-components-1.16.0.ebuild 418 BLAKE2B c09effa0fc4233d4df9c1c5a5c8de4d49c090f6bcf3ed2ba092ef336b925289d356c3ab66768697d98286d44394b8f9e8a261a91ffaf90bc8d92f7dc6d7f42dc SHA512 89a65c79dd998917eb14b2abd8e81ad3c8a2307fb8ac7977e7da0047410bdc6864a41c20af21ddc0e73ac6c2842279a0c66ae6c0e3b08f45286623efe7f6a13f
+MISC metadata.xml 584 BLAKE2B 4d1d801a849972897ebb1a93de41956ed0dc2b2bce2ba13f5daaa0b72beb16624abd58fde1c82a9464d25e14736edd855c3008f86b6a4245a037f10f6c82bda2 SHA512 17500c8c4479700b91df59655b27532dd9291366a53d44cd83f65d2046cee84f0724a0d21482a81b24cef8ecd0800d6dab26724e319df6baa475cb05cb85311a
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..b50783929f54
--- /dev/null
+++ b/sci-visualization/dash-core-components/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 ships with supercharged components for interactive user
+ interfaces. A core set of components, written and maintained by
+ the Dash team, is available in the dash-core-components library.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">plotly/dash-core-components</remote-id>
+ </upstream>
+</pkgmetadata>