summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-19 18:03:03 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-19 18:04:04 +0100
commit9ed1bdb4627cdfc994a3322233973f6542294d53 (patch)
treee8940c77af3008e901c179f28140da422ee8edbb /sci-visualization
parentsci-visualization/dash: add 2.8.1, drop 2.3.1 (diff)
downloadgentoo-9ed1bdb4627cdfc994a3322233973f6542294d53.tar.gz
gentoo-9ed1bdb4627cdfc994a3322233973f6542294d53.tar.bz2
gentoo-9ed1bdb4627cdfc994a3322233973f6542294d53.zip
sci-visualization/jupyter-dash: add 0.4.2, drop 0.4.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/jupyter-dash/Manifest2
-rw-r--r--sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild (renamed from sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-visualization/jupyter-dash/Manifest b/sci-visualization/jupyter-dash/Manifest
index 5ee181a10bb6..7bfd9851502a 100644
--- a/sci-visualization/jupyter-dash/Manifest
+++ b/sci-visualization/jupyter-dash/Manifest
@@ -1 +1 @@
-DIST jupyter-dash-0.4.0.tar.gz 42855 BLAKE2B 6ee097892e8175d72883005a4b8097e1069d3550d845dc8728991c78d437d74f571e3e1e4fddf7c8df716c0921a5910c9fbc654f0a56c0f177f14c7b2c1bd336 SHA512 16774dfe54122096cdf672408af8fb7f0246ba7db1429eeee21a9b10645990d859208e13b743119c90e5b0ae042eeb32e91e56205139d9cf792f5995e467ccf9
+DIST jupyter-dash-0.4.2.tar.gz 44431 BLAKE2B 1155f08d8eab630e5e247e62e27babd4d0fd69740c6d2e32acc346ac13ef08be2524d664c68f7dbb8bee16caf15b644e12bf9e2ecd09e36f887a3413153f0fdf SHA512 23a37a0a8a49148c2bbf3b0388134264554ac03a072cd116aefb7342a08a3b03e93ff6e17301efa81aaf623eb7890a133252f9644555fb77e1f49028f701fd11
diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild
index 96baecd8a83a..ab632a4fb4aa 100644
--- a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild
+++ b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild
@@ -1,9 +1,10 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Plotly Dash apps from within Jupyter environments"