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-html-components/
Date: Mon, 20 Sep 2021 17:23:17
Message-Id: 1632158583.09f18fd8405a2eecc211513e31d8aacbc956b840.tupone@gentoo
1 commit: 09f18fd8405a2eecc211513e31d8aacbc956b840
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 17:23:03 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 17:23:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f18fd8
7
8 sci-visualization/dash-html-components: bump 1.1.4
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-html-components/Manifest | 1 +
14 .../dash-html-components-1.1.4.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/sci-visualization/dash-html-components/Manifest b/sci-visualization/dash-html-components/Manifest
18 index 6567923e52b..bf2a83a48f0 100644
19 --- a/sci-visualization/dash-html-components/Manifest
20 +++ b/sci-visualization/dash-html-components/Manifest
21 @@ -1 +1,2 @@
22 DIST dash-html-components-1.1.3.tar.gz 375680 BLAKE2B e489d8d5fe3c832ae8be82ea1eac83b8a8c8df8b6ac9ce1d122178f63c4ce355c39195bd828e503c51605ed5e774eaff38cf16da9a1c486fd0eff404cd85694f SHA512 dfcc41ef7a52f0d5cc97db9e94b00eb7707cea7c5f95e89832d1b74a1554d9d9f9c3b5df57509fe959b06c53f2a281b7070adde45d3c19003c13983a10ca2509
23 +DIST dash-html-components-1.1.4.tar.gz 621324 BLAKE2B 030ef398241562b222389a44a53eaa86b07d400d680884daa8c42a7dabf7f6c25f168d84aca454116da91f1a86bd4d08a92fff464bde9c70be3cd91c2fc0f3e5 SHA512 bffe3f0be65914c5627f3a22fb61a07579f3bf37908ff541e6bcc80477b08249ff7fb8c9cbfdeec3453f2c6682ecadea00dc12950ad51067f11073040b61ffc8
24
25 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
26 new file mode 100644
27 index 00000000000..68536c49b1a
28 --- /dev/null
29 +++ b/sci-visualization/dash-html-components/dash-html-components-1.1.4.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="Vanilla HTML components 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=""