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 -)
