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/jupyter-dash/Manifest | 4 +-- .../jupyter-dash/jupyter-dash-0.4.0.ebuild | 30 --------------------- .../jupyter-dash/jupyter-dash-0.4.2.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 32 deletions(-) delete mode 100644 sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild create mode 100644 sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild (limited to 'sci-visualization/jupyter-dash') diff --git a/sci-visualization/jupyter-dash/Manifest b/sci-visualization/jupyter-dash/Manifest index 90668ce1d9cc..44d6f58c73a2 100644 --- a/sci-visualization/jupyter-dash/Manifest +++ b/sci-visualization/jupyter-dash/Manifest @@ -1,3 +1,3 @@ -DIST jupyter-dash-0.4.0.tar.gz 42855 BLAKE2B 6ee097892e8175d72883005a4b8097e1069d3550d845dc8728991c78d437d74f571e3e1e4fddf7c8df716c0921a5910c9fbc654f0a56c0f177f14c7b2c1bd336 SHA512 16774dfe54122096cdf672408af8fb7f0246ba7db1429eeee21a9b10645990d859208e13b743119c90e5b0ae042eeb32e91e56205139d9cf792f5995e467ccf9 -EBUILD jupyter-dash-0.4.0.ebuild 723 BLAKE2B 23f2a7cd6a0310e9b77fcc135234af67dd03c5e4516ed53b283b48df970a5387933c723b0a41cb5a550e13066dc3d318a908d2279281716614e8710baddef8f1 SHA512 043f6c208a5cf7ff147384c18f65edc9409c3e376f5df79fe67e7a5306d3a989cbced55068c7f1c694074f503cd75f86d31d2ba69eeeba762a73148ff3e87fa8 +DIST jupyter-dash-0.4.2.tar.gz 44431 BLAKE2B 1155f08d8eab630e5e247e62e27babd4d0fd69740c6d2e32acc346ac13ef08be2524d664c68f7dbb8bee16caf15b644e12bf9e2ecd09e36f887a3413153f0fdf SHA512 23a37a0a8a49148c2bbf3b0388134264554ac03a072cd116aefb7342a08a3b03e93ff6e17301efa81aaf623eb7890a133252f9644555fb77e1f49028f701fd11 +EBUILD jupyter-dash-0.4.2.ebuild 761 BLAKE2B eb69beb30925527d3687635a68c827b1b50f86529f55c37db50e17996c82786ae32eaa3a760a788377f453092f9a7232bec27d2bfd56908f79fcdc38760d0628 SHA512 76dfa5b8ee51f8e862548315f96dd5d177fd94f6b863ff9fc04581cea8d118b098ab205abcd3f5820a293e1b0e3e38db4d9676e90f79a7d274dbc149c353809a MISC metadata.xml 590 BLAKE2B 74dabed7a6173f89c9e34f723aeb2ba0473b76aef81498db1081a246c71701765a741448ab765404c05915e504b8f7f52dfe3ab0fe1ebc94ec7d474aca25ff56 SHA512 2f6bb2021b24c69695e6ae27c7465ee92fc2ec29e080e98c5087a4d35eb58fa2821dc76946b25f9e1b2458102fdfa03ebc7a7b803ab4073b2a3ba9183b187ff4 diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild deleted file mode 100644 index 96baecd8a83a..000000000000 --- a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_10 ) -inherit distutils-r1 - -DESCRIPTION="Plotly Dash apps from within Jupyter environments" -HOMEPAGE="https://plotly.com/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" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/ansi2html[${PYTHON_USEDEP}] - sci-visualization/dash[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/retrying[${PYTHON_USEDEP}]" -BDEPEND="" - -src_install () { - distutils-r1_src_install - mv "${D}"/usr/etc "${D}"/ || die -} diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild new file mode 100644 index 000000000000..ab632a4fb4aa --- /dev/null +++ b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.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="Plotly Dash apps from within Jupyter environments" +HOMEPAGE="https://plotly.com/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" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/ansi2html[${PYTHON_USEDEP}] + sci-visualization/dash[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/retrying[${PYTHON_USEDEP}]" +BDEPEND="" + +src_install () { + distutils-r1_src_install + mv "${D}"/usr/etc "${D}"/ || die +} -- cgit v1.2.3