From 2c3b9bbdb114cc13b6ef8e0e5933c9e374fca8b6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Mar 2024 00:45:59 +0000 Subject: gentoo auto-resync : 12:03:2024 - 00:45:59 --- sci-visualization/Manifest.gz | Bin 4694 -> 4687 bytes sci-visualization/dash/Manifest | 4 ++-- sci-visualization/dash/dash-2.10.2.ebuild | 30 ++++++++++++++++++++++++++++++ sci-visualization/dash/dash-2.8.1.ebuild | 30 ------------------------------ 4 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 sci-visualization/dash/dash-2.10.2.ebuild delete mode 100644 sci-visualization/dash/dash-2.8.1.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz index 11f89454da58..b86bd361bb29 100644 Binary files a/sci-visualization/Manifest.gz and b/sci-visualization/Manifest.gz differ diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest index 3db82361720c..8f540affed80 100644 --- a/sci-visualization/dash/Manifest +++ b/sci-visualization/dash/Manifest @@ -1,3 +1,3 @@ -DIST dash-2.8.1.tar.gz 23682078 BLAKE2B cdeebaa688fa4eac5174da52d1970d0b1a4c3ea5aa2fd3e9164262248141d6d1a5b2973b1cb3f7ba5c2cf4fde1abadd3b51888e6f31eed2fa073809db7226a51 SHA512 b654e843905f309bf170464269febe46b34cb8cc5f14fc9e93469fd60f3f2d66828c5adc368efc9ed4cc07f7847558c42e5c929073421e6afde440b357ccb0ec -EBUILD dash-2.8.1.ebuild 722 BLAKE2B 7d10f57c0d95f8b2930efd35bc9f89e002fbf5e6ddc354bdb4924d9dd32830a5e4393378d51ce9f5ff794275287da7be2306cfe3367532445b0d1b9c20e52932 SHA512 0216e9ecb1765ec2c8a0652f37708b088c59ef4a4105797108710da4b2351aadaab4325e0b79d344b168e1d6f01607799d4176d2ddde0278199feb68ff3aff32 +DIST dash-2.10.2.tar.gz 24196352 BLAKE2B 8e95700756adac363e62d62f0bef6ca1559468f26a79fd8d1595f71ed930cd425cc7a102a32b09611f2def6a0a920772c07d810b598f65c97690f598343b44b4 SHA512 9e7ed9a65d374c32ace75eb9d124b017741ee8de8b115e0323ef4d9f2f6ff7de77bd1f6f083bc92268f29e389c7e2177ab97e5a859afc075be0f546ad820c1ed +EBUILD dash-2.10.2.ebuild 722 BLAKE2B 7d10f57c0d95f8b2930efd35bc9f89e002fbf5e6ddc354bdb4924d9dd32830a5e4393378d51ce9f5ff794275287da7be2306cfe3367532445b0d1b9c20e52932 SHA512 0216e9ecb1765ec2c8a0652f37708b088c59ef4a4105797108710da4b2351aadaab4325e0b79d344b168e1d6f01607799d4176d2ddde0278199feb68ff3aff32 MISC metadata.xml 1362 BLAKE2B 476d401a89b61e6f3351eb372460651ca969ec7ce0e93610f446f502a37ff29b40cd16108f0b38a9d2639e76b8845d0da6eb313367c8b1d248b6d41c266f57e8 SHA512 beb967cce5f39ae8af1aa1e123ee901cc2a3683a820d61e9daf21ce8363e35236d97b1896229cecc7a605092a9ba189d848af0d0b31c515b1c02e2f1094b2eb5 diff --git a/sci-visualization/dash/dash-2.10.2.ebuild b/sci-visualization/dash/dash-2.10.2.ebuild new file mode 100644 index 000000000000..99937d9520d1 --- /dev/null +++ b/sci-visualization/dash/dash-2.10.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +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" +# Test need some packages not yet in the tree +# flask_talisman +# percy +# ... +RESTRICT="test" + +RDEPEND=" + dev-python/plotly[${PYTHON_USEDEP}] + dev-python/flask-compress[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/beautifulsoup4 )" + +distutils_enable_tests pytest diff --git a/sci-visualization/dash/dash-2.8.1.ebuild b/sci-visualization/dash/dash-2.8.1.ebuild deleted file mode 100644 index 99937d9520d1..000000000000 --- a/sci-visualization/dash/dash-2.8.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools -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" -# Test need some packages not yet in the tree -# flask_talisman -# percy -# ... -RESTRICT="test" - -RDEPEND=" - dev-python/plotly[${PYTHON_USEDEP}] - dev-python/flask-compress[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/beautifulsoup4 )" - -distutils_enable_tests pytest -- cgit v1.2.3