public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2021-05-12 20:04 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2021-05-12 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6bb027aea09da1ec1c06d3079446a5d42247c1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:04:15 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:04:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6bb027

sci-visualization/dash: add dash

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest           |  1 +
 sci-visualization/dash/dash-1.20.0.ebuild | 51 +++++++++++++++++++++++++++++++
 sci-visualization/dash/metadata.xml       | 29 ++++++++++++++++++
 3 files changed, 81 insertions(+)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
new file mode 100644
index 00000000000..6098a5f8d1a
--- /dev/null
+++ b/sci-visualization/dash/Manifest
@@ -0,0 +1 @@
+DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff

diff --git a/sci-visualization/dash/dash-1.20.0.ebuild b/sci-visualization/dash/dash-1.20.0.ebuild
new file mode 100644
index 00000000000..3d4344e6231
--- /dev/null
+++ b/sci-visualization/dash/dash-1.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python framework for building ML & data science web apps"
+HOMEPAGE="https://github.com/plotly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	dev-python/future[${PYTHON_USEDEP}]
+	sci-visualization/dash-table[${PYTHON_USEDEP}]
+	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
+	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
+	dev-python/plotly[${PYTHON_USEDEP}]
+	dev-python/flask-compress[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+src_prepare() {
+	distutils-r1_src_prepare
+	cd dash-renderer
+	distutils-r1_src_prepare
+}
+
+src_configure() {
+	distutils-r1_src_configure
+	cd dash-renderer
+	distutils-r1_src_configure
+}
+
+src_compile() {
+	distutils-r1_src_compile
+	cd dash-renderer
+	distutils-r1_src_compile
+}
+
+src_install() {
+	distutils-r1_src_install
+	cd dash-renderer
+	distutils-r1_src_install
+}

diff --git a/sci-visualization/dash/metadata.xml b/sci-visualization/dash/metadata.xml
new file mode 100644
index 00000000000..166d71c6fb5
--- /dev/null
+++ b/sci-visualization/dash/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<longdescription lang="en">
+		Dash is a productive Python framework for building web analytic
+		applications.
+		Written on top of Flask, Plotly.js, and React.js, Dash is ideal for
+		building data visualization apps with highly custom user interfaces in
+		pure Python. It's particularly suited for anyone who works with data in
+		Python.
+		Through a couple of simple patterns, Dash abstracts away all of the
+		technologies and protocols that are required to build an interactive
+		web-based application. Dash is simple enough that you can bind a user
+		interface around your Python code in an afternoon.
+		Dash apps are rendered in the web browser. You can deploy your apps to
+		servers and then share them through URLs. Since Dash apps are viewed in
+		the web browser, Dash is inherently cross-platform and mobile ready.
+		Dash ships with supercharged components for interactive user
+		interfaces. A core set of components, written and maintained by the
+		Dash team, is available in the dash-core-components library.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">plotly/dash</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2021-08-28 14:48 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2021-08-28 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     28b39c800b8a3c2786e5c2d0d2ffcce226038529
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 14:48:02 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 14:48:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b39c80

sci-visualization/dash: incorrect DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/810448
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/{dash-1.20.0.ebuild => dash-1.20.0-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-visualization/dash/dash-1.20.0.ebuild b/sci-visualization/dash/dash-1.20.0-r1.ebuild
similarity index 97%
rename from sci-visualization/dash/dash-1.20.0.ebuild
rename to sci-visualization/dash/dash-1.20.0-r1.ebuild
index 3d4344e6231..bea53debe74 100644
--- a/sci-visualization/dash/dash-1.20.0.ebuild
+++ b/sci-visualization/dash/dash-1.20.0-r1.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Python framework for building ML & data science web apps"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2021-09-20 17:26 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2021-09-20 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     deefe221db529945866c1f6a6b6016ec5365255e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 17:25:51 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 17:26:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deefe221

sci-visualization/dash: bump 1.21.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest           |  1 +
 sci-visualization/dash/dash-1.21.0.ebuild | 52 +++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 6098a5f8d1a..d5c9e74b0d3 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1 +1,2 @@
 DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff
+DIST dash-1.21.0.tar.gz 1753608 BLAKE2B 07530da9e39065e80f653f97eda5ae8840a05cbc90969640910e1788daea8c5227841fd7de74b90bbb763e3c4b027442eb9e35f52d8ea57a0e8bae4dcab87ce0 SHA512 8254a918f60de9dc329af53f8ff15841be39b130c56c6c6037a2fe4d699fa71f565d7cb0a14d1405f0a1d32cfe886e1531558158596ea1a2b69fd7c62af5a8ce

diff --git a/sci-visualization/dash/dash-1.21.0.ebuild b/sci-visualization/dash/dash-1.21.0.ebuild
new file mode 100644
index 00000000000..d50c7662e4b
--- /dev/null
+++ b/sci-visualization/dash/dash-1.21.0.ebuild
@@ -0,0 +1,52 @@
+# 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="Python framework for building ML & data science web apps"
+HOMEPAGE="https://github.com/plotly/dash"
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	dev-python/future[${PYTHON_USEDEP}]
+	sci-visualization/dash-table[${PYTHON_USEDEP}]
+	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
+	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
+	dev-python/plotly[${PYTHON_USEDEP}]
+	dev-python/flask-compress[${PYTHON_USEDEP}]"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	cd dash-renderer
+	distutils-r1_src_prepare
+}
+
+src_configure() {
+	distutils-r1_src_configure
+	cd dash-renderer
+	distutils-r1_src_configure
+}
+
+src_compile() {
+	distutils-r1_src_compile
+	cd dash-renderer
+	distutils-r1_src_compile
+}
+
+src_install() {
+	distutils-r1_src_install
+	cd dash-renderer
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2021-09-21 18:28 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2021-09-21 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     523a6a9001c4d54967def32909ce70cffd260093
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 18:26:40 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 18:28:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523a6a90

sci-visualization/dash: disable testing

Closes: https://bugs.gentoo.org/814128
Closes: https://bugs.gentoo.org/810445

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/dash-1.21.0.ebuild | 34 ++++++++-----------------------
 1 file changed, 8 insertions(+), 26 deletions(-)

diff --git a/sci-visualization/dash/dash-1.21.0.ebuild b/sci-visualization/dash/dash-1.21.0.ebuild
index d50c7662e4b..b41f8e0c29a 100644
--- a/sci-visualization/dash/dash-1.21.0.ebuild
+++ b/sci-visualization/dash/dash-1.21.0.ebuild
@@ -14,39 +14,21 @@ SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+# Test need some packages not yet in the tree
+# flask_talisman
+# percy
+# ...
+RESTRICT="test"
 
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
 	dev-python/future[${PYTHON_USEDEP}]
 	sci-visualization/dash-table[${PYTHON_USEDEP}]
 	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
 	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
 	dev-python/plotly[${PYTHON_USEDEP}]
 	dev-python/flask-compress[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-python/beautifulsoup4 )"
 BDEPEND=""
 
 distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-	cd dash-renderer
-	distutils-r1_src_prepare
-}
-
-src_configure() {
-	distutils-r1_src_configure
-	cd dash-renderer
-	distutils-r1_src_configure
-}
-
-src_compile() {
-	distutils-r1_src_compile
-	cd dash-renderer
-	distutils-r1_src_compile
-}
-
-src_install() {
-	distutils-r1_src_install
-	cd dash-renderer
-	distutils-r1_src_install
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2022-02-05 15:40 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-02-05 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     51687024727ca69d805dca8501d2b90cceb3fd08
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 15:40:37 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 15:40:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51687024

sci-visualization/dash: PythonCompatUpdate

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/dash-1.20.0-r1.ebuild | 4 ++--
 sci-visualization/dash/dash-1.21.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/dash/dash-1.20.0-r1.ebuild b/sci-visualization/dash/dash-1.20.0-r1.ebuild
index bea53debe740..0b2685f17351 100644
--- a/sci-visualization/dash/dash-1.20.0-r1.ebuild
+++ b/sci-visualization/dash/dash-1.20.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python framework for building ML & data science web apps"

diff --git a/sci-visualization/dash/dash-1.21.0.ebuild b/sci-visualization/dash/dash-1.21.0.ebuild
index b41f8e0c29a3..0c622cae63c1 100644
--- a/sci-visualization/dash/dash-1.21.0.ebuild
+++ b/sci-visualization/dash/dash-1.21.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python framework for building ML & data science web apps"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2022-06-26 10:08 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-06-26 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     34f0388c597e192a1aed9891e6333a46b82ffdf2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 10:08:04 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 10:08:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0388c

sci-visualization/dash: drop old versions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest              |  1 -
 sci-visualization/dash/dash-1.20.0-r1.ebuild | 50 ----------------------------
 sci-visualization/dash/dash-1.21.0.ebuild    | 34 -------------------
 3 files changed, 85 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index d5c9e74b0d3e..2082553ce605 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1,2 +1 @@
-DIST dash-1.20.0.tar.gz 1786368 BLAKE2B 2826336f72b9bea80be6ef77df49109b7b68ed93678b606c998a1906907551551a3228e1140d20c6e1b5bf5e53fb9cebd0c0a4d7ab5cc1a590e47ef351558a40 SHA512 670cf593068370c70f1db25c70c7a76ce98c696efbff1146cc90f90a99b8b48bf80cf47688504d173ef253ccb9f1170c2067b3af9414eacb226f7ef25149ffff
 DIST dash-1.21.0.tar.gz 1753608 BLAKE2B 07530da9e39065e80f653f97eda5ae8840a05cbc90969640910e1788daea8c5227841fd7de74b90bbb763e3c4b027442eb9e35f52d8ea57a0e8bae4dcab87ce0 SHA512 8254a918f60de9dc329af53f8ff15841be39b130c56c6c6037a2fe4d699fa71f565d7cb0a14d1405f0a1d32cfe886e1531558158596ea1a2b69fd7c62af5a8ce

diff --git a/sci-visualization/dash/dash-1.20.0-r1.ebuild b/sci-visualization/dash/dash-1.20.0-r1.ebuild
deleted file mode 100644
index 0b2685f17351..000000000000
--- a/sci-visualization/dash/dash-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python framework for building ML & data science web apps"
-HOMEPAGE="https://github.com/plotly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	dev-python/future[${PYTHON_USEDEP}]
-	sci-visualization/dash-table[${PYTHON_USEDEP}]
-	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
-	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
-	dev-python/plotly[${PYTHON_USEDEP}]
-	dev-python/flask-compress[${PYTHON_USEDEP}]"
-BDEPEND=""
-
-src_prepare() {
-	distutils-r1_src_prepare
-	cd dash-renderer
-	distutils-r1_src_prepare
-}
-
-src_configure() {
-	distutils-r1_src_configure
-	cd dash-renderer
-	distutils-r1_src_configure
-}
-
-src_compile() {
-	distutils-r1_src_compile
-	cd dash-renderer
-	distutils-r1_src_compile
-}
-
-src_install() {
-	distutils-r1_src_install
-	cd dash-renderer
-	distutils-r1_src_install
-}

diff --git a/sci-visualization/dash/dash-1.21.0.ebuild b/sci-visualization/dash/dash-1.21.0.ebuild
deleted file mode 100644
index 0c622cae63c1..000000000000
--- a/sci-visualization/dash/dash-1.21.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python framework for building ML & data science web apps"
-HOMEPAGE="https://github.com/plotly/dash"
-SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# Test need some packages not yet in the tree
-# flask_talisman
-# percy
-# ...
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/future[${PYTHON_USEDEP}]
-	sci-visualization/dash-table[${PYTHON_USEDEP}]
-	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
-	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
-	dev-python/plotly[${PYTHON_USEDEP}]
-	dev-python/flask-compress[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-python/beautifulsoup4 )"
-BDEPEND=""
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2022-12-26 14:19 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2022-12-26 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f216594e5bfa56131b40a0a8af0e70392ffb570a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 14:18:00 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 14:18:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f216594e

sci-visualization/dash: add 2.0.0, drop 1.21.0-r1

Closes: https://bugs.gentoo.org/888303
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                               |  2 +-
 .../dash/{dash-1.21.0-r1.ebuild => dash-2.0.0.ebuild}         | 11 ++---------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 2082553ce605..127fd4caabb3 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1 +1 @@
-DIST dash-1.21.0.tar.gz 1753608 BLAKE2B 07530da9e39065e80f653f97eda5ae8840a05cbc90969640910e1788daea8c5227841fd7de74b90bbb763e3c4b027442eb9e35f52d8ea57a0e8bae4dcab87ce0 SHA512 8254a918f60de9dc329af53f8ff15841be39b130c56c6c6037a2fe4d699fa71f565d7cb0a14d1405f0a1d32cfe886e1531558158596ea1a2b69fd7c62af5a8ce
+DIST dash-2.0.0.tar.gz 15269530 BLAKE2B 04a79902ef764341ce1cacc1ae7d01931bf0774712da8451ccf972c56cd235990a6e21410f2ae20a732f91e96e277768c2a8837a4bcaeb1be940a953a9a5156c SHA512 7ab8f2d21475931881025b5933c9975af677cb1d4090875e07d788aba09752433ed531aecf63eaabd7548002224245e8f36b6cfa1e63e04bb322a3d154c0ec2b

diff --git a/sci-visualization/dash/dash-1.21.0-r1.ebuild b/sci-visualization/dash/dash-2.0.0.ebuild
similarity index 69%
rename from sci-visualization/dash/dash-1.21.0-r1.ebuild
rename to sci-visualization/dash/dash-2.0.0.ebuild
index 9d388cb84220..f8f2e13614d1 100644
--- a/sci-visualization/dash/dash-1.21.0-r1.ebuild
+++ b/sci-visualization/dash/dash-2.0.0.ebuild
@@ -1,9 +1,10 @@
 # Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Python framework for building ML & data science web apps"
@@ -21,10 +22,6 @@ KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND="
-	dev-python/future[${PYTHON_USEDEP}]
-	sci-visualization/dash-table[${PYTHON_USEDEP}]
-	sci-visualization/dash-html-components[${PYTHON_USEDEP}]
-	sci-visualization/dash-core-components[${PYTHON_USEDEP}]
 	dev-python/plotly[${PYTHON_USEDEP}]
 	dev-python/flask-compress[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
@@ -32,7 +29,3 @@ DEPEND="${RDEPEND}
 BDEPEND=""
 
 distutils_enable_tests pytest
-
-PATCHES=(
-	"${FILESDIR}"/0001-Fix-werkzeug-2.1.0-import-dev-tools-error-html-rende.patch
-)


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2023-01-10 11:07 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-01-10 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     cc02236fc368c0c7fe0c354943fbf78282d7e15f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 10:46:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 11:03:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc02236f

sci-visualization/dash: disable py3.8, py3.9

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/dash/dash-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/dash/dash-2.3.1.ebuild b/sci-visualization/dash/dash-2.3.1.ebuild
index f8f2e13614d1..bd4de49582f9 100644
--- a/sci-visualization/dash/dash-2.3.1.ebuild
+++ b/sci-visualization/dash/dash-2.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2023-02-19 17:04 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2023-02-19 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f90bf1fc42802615a363ca6f58d15be3791dc020
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 16:57:30 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 17:04:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90bf1fc

sci-visualization/dash: add 2.8.1, drop 2.3.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                                 | 2 +-
 sci-visualization/dash/{dash-2.3.1.ebuild => dash-2.8.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 30b71f802b72..015afd695e5a 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1 +1 @@
-DIST dash-2.3.1.tar.gz 17863985 BLAKE2B ce7ecf55ba21d1fe21e39e36c5c01591b2dda5bf16037cd226722acad83eab39d5db248e1015e339eb21eefbd03912c8678e5630cf121576d65c1025dd7886e5 SHA512 2651d2c1cf5f11d76d041291e9d59a8f0416fa683843453592cd6afb742e4dadc33ed80b4b6cfe6a643b36c7d21df87de865cb8eb94975b088777b483e227465
+DIST dash-2.8.1.tar.gz 23682078 BLAKE2B cdeebaa688fa4eac5174da52d1970d0b1a4c3ea5aa2fd3e9164262248141d6d1a5b2973b1cb3f7ba5c2cf4fde1abadd3b51888e6f31eed2fa073809db7226a51 SHA512 b654e843905f309bf170464269febe46b34cb8cc5f14fc9e93469fd60f3f2d66828c5adc368efc9ed4cc07f7847558c42e5c929073421e6afde440b357ccb0ec

diff --git a/sci-visualization/dash/dash-2.3.1.ebuild b/sci-visualization/dash/dash-2.8.1.ebuild
similarity index 95%
rename from sci-visualization/dash/dash-2.3.1.ebuild
rename to sci-visualization/dash/dash-2.8.1.ebuild
index bd4de49582f9..3c12c50685cc 100644
--- a/sci-visualization/dash/dash-2.3.1.ebuild
+++ b/sci-visualization/dash/dash-2.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-01-13  8:44 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-01-13  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5accc849f026daa63c5748863eab59df05bf6965
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 08:39:34 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 08:43:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5accc849

sci-visualization/dash: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/dash-2.8.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-visualization/dash/dash-2.8.1.ebuild b/sci-visualization/dash/dash-2.8.1.ebuild
index 3c12c50685cc..ba8a68a3ffca 100644
--- a/sci-visualization/dash/dash-2.8.1.ebuild
+++ b/sci-visualization/dash/dash-2.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,6 +26,5 @@ RDEPEND="
 	dev-python/flask-compress[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/beautifulsoup4 )"
-BDEPEND=""
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-02-28 19:49 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2024-02-28 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2983b03dfb5e189020084d2544237ee1a030ab71
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 19:10:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 19:48:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2983b03d

sci-visualization/dash: unkeyword for ~x86

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/dash/dash-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/dash/dash-2.8.1.ebuild b/sci-visualization/dash/dash-2.8.1.ebuild
index ba8a68a3ffca..99937d9520d1 100644
--- a/sci-visualization/dash/dash-2.8.1.ebuild
+++ b/sci-visualization/dash/dash-2.8.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 # Test need some packages not yet in the tree
 # flask_talisman
 # percy


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-03-11 19:33 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-03-11 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0eecef4311d076594929842343fef2210a15c187
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 19:32:51 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 19:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eecef43

sci-visualization/dash: add 2.10.2, drop 2.8.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                                  | 2 +-
 sci-visualization/dash/{dash-2.8.1.ebuild => dash-2.10.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 015afd695e5a..8798b0062725 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1 +1 @@
-DIST dash-2.8.1.tar.gz 23682078 BLAKE2B cdeebaa688fa4eac5174da52d1970d0b1a4c3ea5aa2fd3e9164262248141d6d1a5b2973b1cb3f7ba5c2cf4fde1abadd3b51888e6f31eed2fa073809db7226a51 SHA512 b654e843905f309bf170464269febe46b34cb8cc5f14fc9e93469fd60f3f2d66828c5adc368efc9ed4cc07f7847558c42e5c929073421e6afde440b357ccb0ec
+DIST dash-2.10.2.tar.gz 24196352 BLAKE2B 8e95700756adac363e62d62f0bef6ca1559468f26a79fd8d1595f71ed930cd425cc7a102a32b09611f2def6a0a920772c07d810b598f65c97690f598343b44b4 SHA512 9e7ed9a65d374c32ace75eb9d124b017741ee8de8b115e0323ef4d9f2f6ff7de77bd1f6f083bc92268f29e389c7e2177ab97e5a859afc075be0f546ad820c1ed

diff --git a/sci-visualization/dash/dash-2.8.1.ebuild b/sci-visualization/dash/dash-2.10.2.ebuild
similarity index 100%
rename from sci-visualization/dash/dash-2.8.1.ebuild
rename to sci-visualization/dash/dash-2.10.2.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-03-12 18:20 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-03-12 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     08e79aa0349241b7d5e288d6d40d2f2114c4c2df
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 18:19:33 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 18:19:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e79aa0

sci-visualization/dash: add 2.12.1, drop 2.10.2

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                    |  3 ++-
 .../{dash-2.10.2.ebuild => dash-2.12.1.ebuild}     | 24 +++++++++++++++++++++-
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 8798b0062725..81d028509d11 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1 +1,2 @@
-DIST dash-2.10.2.tar.gz 24196352 BLAKE2B 8e95700756adac363e62d62f0bef6ca1559468f26a79fd8d1595f71ed930cd425cc7a102a32b09611f2def6a0a920772c07d810b598f65c97690f598343b44b4 SHA512 9e7ed9a65d374c32ace75eb9d124b017741ee8de8b115e0323ef4d9f2f6ff7de77bd1f6f083bc92268f29e389c7e2177ab97e5a859afc075be0f546ad820c1ed
+DIST dash-2.12.1.tar.gz 24239780 BLAKE2B bd46dc902555b9877651a3285a35b9ac5cbf2beff327e7689768a1257e0f7982ba3e497cb78c092faf59132702695b87601b585f6d55f4685b27965845aaf3d6 SHA512 88ba2ba078cbddfa0e322ed65afb89f376d0ff8654b34658e1889eca02e12de65ba06493dd01e15fd30e445af0cfe0779931a26e9ac3d88a1400d588036368db
+DIST dash-jupyterlab-2.12.1.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c

diff --git a/sci-visualization/dash/dash-2.10.2.ebuild b/sci-visualization/dash/dash-2.12.1.ebuild
similarity index 57%
rename from sci-visualization/dash/dash-2.10.2.ebuild
rename to sci-visualization/dash/dash-2.12.1.ebuild
index 99937d9520d1..10dc2e7c717a 100644
--- a/sci-visualization/dash/dash-2.10.2.ebuild
+++ b/sci-visualization/dash/dash-2.12.1.ebuild
@@ -10,7 +10,8 @@ inherit distutils-r1
 DESCRIPTION="Python framework for building ML & data science web apps"
 HOMEPAGE="https://github.com/plotly/dash"
 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
-	-> ${P}.tar.gz"
+	-> ${P}.tar.gz
+	https://dev.gentoo.org/~tupone/distfiles/${PN}-jupyterlab-${PV}.tgz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -22,9 +23,30 @@ KEYWORDS="~amd64"
 RESTRICT="test"
 
 RDEPEND="
+	dev-python/nest-asyncio[${PYTHON_USEDEP}]
 	dev-python/plotly[${PYTHON_USEDEP}]
 	dev-python/flask-compress[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/beautifulsoup4 )"
 
 distutils_enable_tests pytest
+
+src_unpack() {
+	unpack ${P}.tar.gz
+}
+
+src_prepare() {
+	mkdir dash/labextension/dist || die
+	# cd @plotly/dash-jupyterlab
+	# jlpm install
+	# jlpm build:pack
+	cp "${DISTDIR}"/${PN}-jupyterlab-${PV}.tgz \
+		dash/labextension/dist/${PN}-jupyterlab.tgz \
+		|| die
+	distutils-r1_src_prepare
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	mv "${ED}"/usr/etc "${ED}"/etc || die
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-03-13 20:59 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-03-13 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ac0ae74e4ab32067bcc80616112db95fe8a50c7e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 20:58:44 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 20:58:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0ae74e

sci-visualization/dash: enable py3.12

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/dash-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/dash/dash-2.12.1.ebuild b/sci-visualization/dash/dash-2.12.1.ebuild
index 10dc2e7c717a..52012b782c7e 100644
--- a/sci-visualization/dash/dash-2.12.1.ebuild
+++ b/sci-visualization/dash/dash-2.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-03-14  7:06 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-03-14  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d49b027af7a5265374c2240135f4c9944edbe6b2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 21:18:07 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 07:05:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49b027a

sci-visualization/dash: add 2.13.0, drop 2.12.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                                   | 4 ++--
 sci-visualization/dash/{dash-2.12.1.ebuild => dash-2.13.0.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index 81d028509d11..c45f51469164 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1,2 +1,2 @@
-DIST dash-2.12.1.tar.gz 24239780 BLAKE2B bd46dc902555b9877651a3285a35b9ac5cbf2beff327e7689768a1257e0f7982ba3e497cb78c092faf59132702695b87601b585f6d55f4685b27965845aaf3d6 SHA512 88ba2ba078cbddfa0e322ed65afb89f376d0ff8654b34658e1889eca02e12de65ba06493dd01e15fd30e445af0cfe0779931a26e9ac3d88a1400d588036368db
-DIST dash-jupyterlab-2.12.1.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c
+DIST dash-2.13.0.tar.gz 24240980 BLAKE2B a0c596c39efd806d454e3e00f7fe54e6dc43133f4a61ad77659904e9b660212de10b79b6ef46da5718c4a3ff32492d6cab2df2ca197e969c752b5c5819826661 SHA512 2c403f2559ef673f8d531b7e58538bf2624617132e79b91962e02518407ee834d02dab489121fdddb8aa0c608bd86cd49a5f6ec2c6ed47a5ec806e7fb7ce9097
+DIST dash-jupyterlab-2.13.0.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c

diff --git a/sci-visualization/dash/dash-2.12.1.ebuild b/sci-visualization/dash/dash-2.13.0.ebuild
similarity index 100%
rename from sci-visualization/dash/dash-2.12.1.ebuild
rename to sci-visualization/dash/dash-2.13.0.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/
@ 2024-03-14 17:51 Alfredo Tupone
  0 siblings, 0 replies; 16+ messages in thread
From: Alfredo Tupone @ 2024-03-14 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     353716f4159b64a5942397602c75e59b541a3228
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 17:50:28 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 17:51:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353716f4

sci-visualization/dash: add 2.16.1, drop 2.13.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-visualization/dash/Manifest                                   | 4 ++--
 sci-visualization/dash/{dash-2.13.0.ebuild => dash-2.16.1.ebuild} | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest
index c45f51469164..843ae3f81701 100644
--- a/sci-visualization/dash/Manifest
+++ b/sci-visualization/dash/Manifest
@@ -1,2 +1,2 @@
-DIST dash-2.13.0.tar.gz 24240980 BLAKE2B a0c596c39efd806d454e3e00f7fe54e6dc43133f4a61ad77659904e9b660212de10b79b6ef46da5718c4a3ff32492d6cab2df2ca197e969c752b5c5819826661 SHA512 2c403f2559ef673f8d531b7e58538bf2624617132e79b91962e02518407ee834d02dab489121fdddb8aa0c608bd86cd49a5f6ec2c6ed47a5ec806e7fb7ce9097
-DIST dash-jupyterlab-2.13.0.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c
+DIST dash-2.16.1.tar.gz 24137908 BLAKE2B 3bb8491f93503a0c6fe89f39e65b565f319914a9dc434048829bdb59d76278185bacf71b1f836863639e3e620bf11f0131c1bf0a89b7712bcdba685ff07131f7 SHA512 468460154fd149ae072e724bd0f95dc3835c6619072068366c57adc59aba86fae614a91a5ec7721ce5fb0c766d2053c18822fa855857b7d82d8b8c0ba753e6a8
+DIST dash-jupyterlab-2.16.1.tgz 2264 BLAKE2B ff0d58422d94a2bd92fc8c84963691e02deea4f194d83024e6ad51a9dc0684d23771574c8ab5a512c991b71cf4176c1388209cedc42f3dc4b706b90db37d7c34 SHA512 6774e010bec5e2da449e42eed27e0853c4827f9286b1747785f41d96d8d4f868b6e5f3042b679ce0c3ba57d8b440e867157c1752548d485b0e62be8f78f536d7

diff --git a/sci-visualization/dash/dash-2.13.0.ebuild b/sci-visualization/dash/dash-2.16.1.ebuild
similarity index 89%
rename from sci-visualization/dash/dash-2.13.0.ebuild
rename to sci-visualization/dash/dash-2.16.1.ebuild
index 52012b782c7e..674a30f69e54 100644
--- a/sci-visualization/dash/dash-2.13.0.ebuild
+++ b/sci-visualization/dash/dash-2.16.1.ebuild
@@ -23,9 +23,10 @@ KEYWORDS="~amd64"
 RESTRICT="test"
 
 RDEPEND="
+	dev-python/flask-compress[${PYTHON_USEDEP}]
+	dev-python/importlib-metadata[${PYTHON_USEDEP}]
 	dev-python/nest-asyncio[${PYTHON_USEDEP}]
-	dev-python/plotly[${PYTHON_USEDEP}]
-	dev-python/flask-compress[${PYTHON_USEDEP}]"
+	dev-python/plotly[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/beautifulsoup4 )"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-03-14 17:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-05 15:40 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 17:51 Alfredo Tupone
2024-03-14  7:06 Alfredo Tupone
2024-03-13 20:59 Alfredo Tupone
2024-03-12 18:20 Alfredo Tupone
2024-03-11 19:33 Alfredo Tupone
2024-02-28 19:49 Arthur Zamarin
2024-01-13  8:44 Alfredo Tupone
2023-02-19 17:04 Alfredo Tupone
2023-01-10 11:07 Arthur Zamarin
2022-12-26 14:19 Alfredo Tupone
2022-06-26 10:08 Alfredo Tupone
2021-09-21 18:28 Alfredo Tupone
2021-09-20 17:26 Alfredo Tupone
2021-08-28 14:48 Alfredo Tupone
2021-05-12 20:04 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox