summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-03-14 18:50:28 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-03-14 18:51:03 +0100
commit353716f4159b64a5942397602c75e59b541a3228 (patch)
tree5c6c0e9f3049cd31e391409779e941e571601d19 /sci-visualization
parentgui-wm/wayfire: Stabilize 0.8.0-r1 amd64, #927023 (diff)
downloadgentoo-353716f4159b64a5942397602c75e59b541a3228.tar.gz
gentoo-353716f4159b64a5942397602c75e59b541a3228.tar.bz2
gentoo-353716f4159b64a5942397602c75e59b541a3228.zip
sci-visualization/dash: add 2.16.1, drop 2.13.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/dash/Manifest4
-rw-r--r--sci-visualization/dash/dash-2.16.1.ebuild (renamed from sci-visualization/dash/dash-2.13.0.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
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 )"