commit:     ae042b9ca04e2b69af6c808195d7fe35ddb23845
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 20:34:23 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 11 20:34:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae042b9c

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 <AT> gentoo.org>

 sci-visualization/dash-html-components/Manifest       |  1 +
 .../dash-html-components-1.1.3.ebuild                 | 19 +++++++++++++++++++
 sci-visualization/dash-html-components/metadata.xml   | 16 ++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/sci-visualization/dash-html-components/Manifest 
b/sci-visualization/dash-html-components/Manifest
new file mode 100644
index 00000000000..0d3e160c52b
--- /dev/null
+++ b/sci-visualization/dash-html-components/Manifest
@@ -0,0 +1 @@
+DIST v1.1.3.tar.gz 375680 BLAKE2B 
e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f
 SHA512 
dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509

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 00000000000..a075efb3db4
--- /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=""

diff --git a/sci-visualization/dash-html-components/metadata.xml 
b/sci-visualization/dash-html-components/metadata.xml
new file mode 100644
index 00000000000..7b7b1ad6d03
--- /dev/null
+++ b/sci-visualization/dash-html-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>[email protected]</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <longdescription lang="en">
+               Instead of writing HTML or using an HTML templating engine, you
+               compose your layout using Python structures with the
+               dash-html-components library.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">plotly/dash-html-components</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to