summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-09-20 19:18:54 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-09-20 19:18:54 +0200
commit9c5f8f0d79dc408521cf465bd9057b383bd33a60 (patch)
tree9689536d23810155795ec2886d52603813653f7b /sci-visualization
parentsci-visualization/dash-table: bump 4.12.1 (diff)
downloadgentoo-9c5f8f0d79dc408521cf465bd9057b383bd33a60.tar.gz
gentoo-9c5f8f0d79dc408521cf465bd9057b383bd33a60.tar.bz2
gentoo-9c5f8f0d79dc408521cf465bd9057b383bd33a60.zip
sci-visualization/dash-core-components: bump 1.17.1
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-core-components/Manifest1
-rw-r--r--sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest
index e770719e06f1..debb2d58bb3a 100644
--- a/sci-visualization/dash-core-components/Manifest
+++ b/sci-visualization/dash-core-components/Manifest
@@ -1 +1,2 @@
DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
+DIST dash-core-components-1.17.1.tar.gz 14597459 BLAKE2B ed2931e34c5c92f4cbef72df929162496e35080e4460fb470532c2f1d54fb0c1ed71ef1173f48b88eb6aca0d8d81e4b15bf2bd62ed876c9597464aab0513f768 SHA512 d3b76c9deb7ec7cd09e70b5cd7e89b02b800667cf2807f9f119f5d45fd162e256389fd66b3e55e220302b6913d8bcffe845a4c25c62f46ee76c4b34de231f746
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild
new file mode 100644
index 000000000000..8c8eac37c2de
--- /dev/null
+++ b/sci-visualization/dash-core-components/dash-core-components-1.17.1.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="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"
+# 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=""