summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-09-20 19:23:03 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-09-20 19:23:03 +0200
commit09f18fd8405a2eecc211513e31d8aacbc956b840 (patch)
tree64ef05dc97f6dbf0ef2cd8d9a75f177c8a026534 /sci-visualization
parentsci-visualization/dash-core-components: bump 1.17.1 (diff)
downloadgentoo-09f18fd8405a2eecc211513e31d8aacbc956b840.tar.gz
gentoo-09f18fd8405a2eecc211513e31d8aacbc956b840.tar.bz2
gentoo-09f18fd8405a2eecc211513e31d8aacbc956b840.zip
sci-visualization/dash-html-components: bump 1.1.4
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/dash-html-components/Manifest1
-rw-r--r--sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-visualization/dash-html-components/Manifest b/sci-visualization/dash-html-components/Manifest
index 6567923e52bb..bf2a83a48f0a 100644
--- a/sci-visualization/dash-html-components/Manifest
+++ b/sci-visualization/dash-html-components/Manifest
@@ -1 +1,2 @@
DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509
+DIST dash-html-components-1.1.4.tar.gz 621324 BLAKE2B 030ef398241562b222389a44a53eaa86b07d400d680884daa8c42a7dabf7f6c25f168d84aca454116da91f1a86bd4d08a92fff464bde9c70be3cd91c2fc0f3e5 SHA512 bffe3f0be65914c5627f3a22fb61a07579f3bf37908ff541e6bcc80477b08249ff7fb8c9cbfdeec3453f2c6682ecadea00dc12950ad51067f11073040b61ffc8
diff --git a/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild b/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild
new file mode 100644
index 000000000000..68536c49b1a1
--- /dev/null
+++ b/sci-visualization/dash-html-components/dash-html-components-1.1.4.ebuild
@@ -0,0 +1,23 @@
+# 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
+ -> ${P}.tar.gz"
+# Test execution depends on sci-visualization/dash being installed
+# but sci-visualization/dash depends on this
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""