Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-core-components/
Date: Mon, 20 Sep 2021 17:19:13
Message-Id: 1632158334.9c5f8f0d79dc408521cf465bd9057b383bd33a60.tupone@gentoo
1 commit: 9c5f8f0d79dc408521cf465bd9057b383bd33a60
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 17:18:54 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 17:18:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5f8f0d
7
8 sci-visualization/dash-core-components: bump 1.17.1
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-visualization/dash-core-components/Manifest | 1 +
14 .../dash-core-components-1.17.1.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/sci-visualization/dash-core-components/Manifest b/sci-visualization/dash-core-components/Manifest
18 index e770719e06f..debb2d58bb3 100644
19 --- a/sci-visualization/dash-core-components/Manifest
20 +++ b/sci-visualization/dash-core-components/Manifest
21 @@ -1 +1,2 @@
22 DIST dash-core-components-1.16.0.tar.gz 13922229 BLAKE2B 7ca8dd411e3a8714902266b11a9f39420c7455601cdcbde81ad86690846bbf574fd0c65019f69fcb0ea86f511802eee080d1e4fca1cd88b82c9898aeb5055ceb SHA512 f2648fa8331296db812e897e2976aab1ca357f81b547dda57710773b4e0ef98019f928d5a0a6add426693550fb483c04ec7e0311318cab113f10fc5dca19e197
23 +DIST dash-core-components-1.17.1.tar.gz 14597459 BLAKE2B ed2931e34c5c92f4cbef72df929162496e35080e4460fb470532c2f1d54fb0c1ed71ef1173f48b88eb6aca0d8d81e4b15bf2bd62ed876c9597464aab0513f768 SHA512 d3b76c9deb7ec7cd09e70b5cd7e89b02b800667cf2807f9f119f5d45fd162e256389fd66b3e55e220302b6913d8bcffe845a4c25c62f46ee76c4b34de231f746
24
25 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
26 new file mode 100644
27 index 00000000000..8c8eac37c2d
28 --- /dev/null
29 +++ b/sci-visualization/dash-core-components/dash-core-components-1.17.1.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{8,9} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Core components suite for Dash"
40 +HOMEPAGE="https://plot.ly/dash"
41 +SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
42 + -> ${P}.tar.gz"
43 +# Test execution depends on sci-visualization/dash being installed
44 +# but sci-visualization/dash depends on this
45 +RESTRICT="test"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +DEPEND=""
52 +RDEPEND="${DEPEND}"
53 +BDEPEND=""