From 75fab9df40cc79f887fd43dd6614b5fa0e96ba8f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Mar 2024 18:47:13 +0000 Subject: gentoo auto-resync : 14:03:2024 - 18:47:13 --- sci-visualization/Manifest.gz | Bin 4694 -> 4692 bytes sci-visualization/dash/Manifest | 6 ++-- sci-visualization/dash/dash-2.13.0.ebuild | 52 ----------------------------- sci-visualization/dash/dash-2.16.1.ebuild | 53 ++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 55 deletions(-) delete mode 100644 sci-visualization/dash/dash-2.13.0.ebuild create mode 100644 sci-visualization/dash/dash-2.16.1.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz index 757f7489a3e0..6571185dcbab 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 863eb0d97176..7636e5fa742a 100644 --- a/sci-visualization/dash/Manifest +++ b/sci-visualization/dash/Manifest @@ -1,4 +1,4 @@ -DIST dash-2.13.0.tar.gz 24240980 BLAKE2B a0c596c39efd806d454e3e00f7fe54e6dc43133f4a61ad77659904e9b660212de10b79b6ef46da5718c4a3ff32492d6cab2df2ca197e969c752b5c5819826661 SHA512 2c403f2559ef673f8d531b7e58538bf2624617132e79b91962e02518407ee834d02dab489121fdddb8aa0c608bd86cd49a5f6ec2c6ed47a5ec806e7fb7ce9097 -DIST dash-jupyterlab-2.13.0.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c -EBUILD dash-2.13.0.ebuild 1220 BLAKE2B bfa7b54f2c8c5bc0323a742f13a992b25da22d02fc44a4880872e424b3a42d1d70428f0bf4c376881c432d9a61cbc91fb58b9624bc7431b9642a525fe9db2880 SHA512 6ee9706322717f71dd061b58b822c6dea89e50cfb2ab272f1f69e7c8e7ab47abbd5dc76ec7f37b0ea9cd13436c96a9745835514169f353db582e0055142ef5ad +DIST dash-2.16.1.tar.gz 24137908 BLAKE2B 3bb8491f93503a0c6fe89f39e65b565f319914a9dc434048829bdb59d76278185bacf71b1f836863639e3e620bf11f0131c1bf0a89b7712bcdba685ff07131f7 SHA512 468460154fd149ae072e724bd0f95dc3835c6619072068366c57adc59aba86fae614a91a5ec7721ce5fb0c766d2053c18822fa855857b7d82d8b8c0ba753e6a8 +DIST dash-jupyterlab-2.16.1.tgz 2264 BLAKE2B ff0d58422d94a2bd92fc8c84963691e02deea4f194d83024e6ad51a9dc0684d23771574c8ab5a512c991b71cf4176c1388209cedc42f3dc4b706b90db37d7c34 SHA512 6774e010bec5e2da449e42eed27e0853c4827f9286b1747785f41d96d8d4f868b6e5f3042b679ce0c3ba57d8b440e867157c1752548d485b0e62be8f78f536d7 +EBUILD dash-2.16.1.ebuild 1269 BLAKE2B e9ce915f586e6d56306e238c7198c5aeca74cf2d431c22dc0fe3d11dba66cfb20653f92eef0b5e6ba20899351f341fa206401f60bd58a9530d22bb0611554d8c SHA512 85c7589120a4eb2b9a82024765ad01fc5e80f7738ad85141e263b0c5a930c20f5171d2b5c3071dc60c0ae5bd82d5b2e1e8e531abf59d28c4113c656602732e57 MISC metadata.xml 1362 BLAKE2B 476d401a89b61e6f3351eb372460651ca969ec7ce0e93610f446f502a37ff29b40cd16108f0b38a9d2639e76b8845d0da6eb313367c8b1d248b6d41c266f57e8 SHA512 beb967cce5f39ae8af1aa1e123ee901cc2a3683a820d61e9daf21ce8363e35236d97b1896229cecc7a605092a9ba189d848af0d0b31c515b1c02e2f1094b2eb5 diff --git a/sci-visualization/dash/dash-2.13.0.ebuild b/sci-visualization/dash/dash-2.13.0.ebuild deleted file mode 100644 index 52012b782c7e..000000000000 --- a/sci-visualization/dash/dash-2.13.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -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 - https://dev.gentoo.org/~tupone/distfiles/${PN}-jupyterlab-${PV}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -# Test need some packages not yet in the tree -# flask_talisman -# percy -# ... -RESTRICT="test" - -RDEPEND=" - dev-python/nest-asyncio[${PYTHON_USEDEP}] - dev-python/plotly[${PYTHON_USEDEP}] - dev-python/flask-compress[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/beautifulsoup4 )" - -distutils_enable_tests pytest - -src_unpack() { - unpack ${P}.tar.gz -} - -src_prepare() { - mkdir dash/labextension/dist || die - # cd @plotly/dash-jupyterlab - # jlpm install - # jlpm build:pack - cp "${DISTDIR}"/${PN}-jupyterlab-${PV}.tgz \ - dash/labextension/dist/${PN}-jupyterlab.tgz \ - || die - distutils-r1_src_prepare -} - -python_install_all() { - distutils-r1_python_install_all - mv "${ED}"/usr/etc "${ED}"/etc || die -} diff --git a/sci-visualization/dash/dash-2.16.1.ebuild b/sci-visualization/dash/dash-2.16.1.ebuild new file mode 100644 index 000000000000..674a30f69e54 --- /dev/null +++ b/sci-visualization/dash/dash-2.16.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +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 + https://dev.gentoo.org/~tupone/distfiles/${PN}-jupyterlab-${PV}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +# Test need some packages not yet in the tree +# flask_talisman +# percy +# ... +RESTRICT="test" + +RDEPEND=" + dev-python/flask-compress[${PYTHON_USEDEP}] + dev-python/importlib-metadata[${PYTHON_USEDEP}] + dev-python/nest-asyncio[${PYTHON_USEDEP}] + dev-python/plotly[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/beautifulsoup4 )" + +distutils_enable_tests pytest + +src_unpack() { + unpack ${P}.tar.gz +} + +src_prepare() { + mkdir dash/labextension/dist || die + # cd @plotly/dash-jupyterlab + # jlpm install + # jlpm build:pack + cp "${DISTDIR}"/${PN}-jupyterlab-${PV}.tgz \ + dash/labextension/dist/${PN}-jupyterlab.tgz \ + || die + distutils-r1_src_prepare +} + +python_install_all() { + distutils-r1_python_install_all + mv "${ED}"/usr/etc "${ED}"/etc || die +} -- cgit v1.2.3