From d4725f7e03f4d243d29d408f4b9de39459e00d4c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Feb 2023 20:16:04 +0000 Subject: gentoo auto-resync : 19:02:2023 - 20:16:03 --- sci-visualization/dash/Manifest | 4 ++-- sci-visualization/dash/dash-2.3.1.ebuild | 31 ------------------------------- sci-visualization/dash/dash-2.8.1.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 sci-visualization/dash/dash-2.3.1.ebuild create mode 100644 sci-visualization/dash/dash-2.8.1.ebuild (limited to 'sci-visualization/dash') diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest index 661689cb756f..aef4a68a49f4 100644 --- a/sci-visualization/dash/Manifest +++ b/sci-visualization/dash/Manifest @@ -1,3 +1,3 @@ -DIST dash-2.3.1.tar.gz 17863985 BLAKE2B ce7ecf55ba21d1fe21e39e36c5c01591b2dda5bf16037cd226722acad83eab39d5db248e1015e339eb21eefbd03912c8678e5630cf121576d65c1025dd7886e5 SHA512 2651d2c1cf5f11d76d041291e9d59a8f0416fa683843453592cd6afb742e4dadc33ed80b4b6cfe6a643b36c7d21df87de865cb8eb94975b088777b483e227465 -EBUILD dash-2.3.1.ebuild 732 BLAKE2B 5b07f300558ab77420c7ad1f4e0c83357456d1b924d5fd49c122678a739bf8595c1b1f4b2322c8bba10065605b3a76141081d332c7bcb2b38beb4c90d2011cf7 SHA512 3c699028b35ea70c133d1c35b0a5d39e244960780462d13cd0312d919bc8c9a5df45e6c7cca7282c5cdc2717f4ecfa17a28530a49b5380fff4af29b1e4082ead +DIST dash-2.8.1.tar.gz 23682078 BLAKE2B cdeebaa688fa4eac5174da52d1970d0b1a4c3ea5aa2fd3e9164262248141d6d1a5b2973b1cb3f7ba5c2cf4fde1abadd3b51888e6f31eed2fa073809db7226a51 SHA512 b654e843905f309bf170464269febe46b34cb8cc5f14fc9e93469fd60f3f2d66828c5adc368efc9ed4cc07f7847558c42e5c929073421e6afde440b357ccb0ec +EBUILD dash-2.8.1.ebuild 738 BLAKE2B 0bca2fc994a1fb03c1294311df785efb61a9ed3896b0f8b5a6b23e008f8fbf3e313164b28cfd6f3bb17c326bb40ebf73691d6a5fff8a926fcf1b8b62c6b8c5bb SHA512 6eac4301a96746a75cc64636593613e9ed66406c932adcee0538d447583d79ff53bc95f4c49294d275a2a99bd549803d20314b0c187c5da092b30d4a30c24406 MISC metadata.xml 1362 BLAKE2B 476d401a89b61e6f3351eb372460651ca969ec7ce0e93610f446f502a37ff29b40cd16108f0b38a9d2639e76b8845d0da6eb313367c8b1d248b6d41c266f57e8 SHA512 beb967cce5f39ae8af1aa1e123ee901cc2a3683a820d61e9daf21ce8363e35236d97b1896229cecc7a605092a9ba189d848af0d0b31c515b1c02e2f1094b2eb5 diff --git a/sci-visualization/dash/dash-2.3.1.ebuild b/sci-visualization/dash/dash-2.3.1.ebuild deleted file mode 100644 index bd4de49582f9..000000000000 --- a/sci-visualization/dash/dash-2.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) -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 ~x86" -# 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 )" -BDEPEND="" - -distutils_enable_tests pytest diff --git a/sci-visualization/dash/dash-2.8.1.ebuild b/sci-visualization/dash/dash-2.8.1.ebuild new file mode 100644 index 000000000000..3c12c50685cc --- /dev/null +++ b/sci-visualization/dash/dash-2.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021-2023 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 ~x86" +# 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 )" +BDEPEND="" + +distutils_enable_tests pytest -- cgit v1.2.3