diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 16:40:37 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 16:40:37 +0100 |
commit | 51687024727ca69d805dca8501d2b90cceb3fd08 (patch) | |
tree | 736c01f260d3e9fdda67f35a5820d30bcfb445e4 /sci-visualization | |
parent | app-i18n/ibus-table: new upstream release (diff) | |
download | gentoo-51687024727ca69d805dca8501d2b90cceb3fd08.tar.gz gentoo-51687024727ca69d805dca8501d2b90cceb3fd08.tar.bz2 gentoo-51687024727ca69d805dca8501d2b90cceb3fd08.zip |
sci-visualization/dash: PythonCompatUpdate
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/dash/dash-1.20.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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" |