summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-05-11 22:34:23 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-05-11 22:34:23 +0200
commitae042b9ca04e2b69af6c808195d7fe35ddb23845 (patch)
tree1e79a39443501363e422e9eac5d24595e31b5329 /sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
parentmedia-radio/wsjtx: add USE=nls dep on boost (diff)
downloadgentoo-ae042b9ca04e2b69af6c808195d7fe35ddb23845.tar.gz
gentoo-ae042b9ca04e2b69af6c808195d7fe35ddb23845.tar.bz2
gentoo-ae042b9ca04e2b69af6c808195d7fe35ddb23845.zip
sci-visualization/dash-html-components: add dash-html-components
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild')
-rw-r--r--sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
new file mode 100644
index 000000000000..a075efb3db4f
--- /dev/null
+++ b/sci-visualization/dash-html-components/dash-html-components-1.1.3.ebuild
@@ -0,0 +1,19 @@
+# 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="Vanilla HTML components for Dash"
+HOMEPAGE="https://plot.ly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""