From d49b027af7a5265374c2240135f4c9944edbe6b2 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 13 Mar 2024 22:18:07 +0100 Subject: sci-visualization/dash: add 2.13.0, drop 2.12.1 Signed-off-by: Alfredo Tupone --- sci-visualization/dash/Manifest | 4 +-- sci-visualization/dash/dash-2.12.1.ebuild | 52 ------------------------------- sci-visualization/dash/dash-2.13.0.ebuild | 52 +++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 sci-visualization/dash/dash-2.12.1.ebuild create mode 100644 sci-visualization/dash/dash-2.13.0.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/dash/Manifest b/sci-visualization/dash/Manifest index 81d028509d11..c45f51469164 100644 --- a/sci-visualization/dash/Manifest +++ b/sci-visualization/dash/Manifest @@ -1,2 +1,2 @@ -DIST dash-2.12.1.tar.gz 24239780 BLAKE2B bd46dc902555b9877651a3285a35b9ac5cbf2beff327e7689768a1257e0f7982ba3e497cb78c092faf59132702695b87601b585f6d55f4685b27965845aaf3d6 SHA512 88ba2ba078cbddfa0e322ed65afb89f376d0ff8654b34658e1889eca02e12de65ba06493dd01e15fd30e445af0cfe0779931a26e9ac3d88a1400d588036368db -DIST dash-jupyterlab-2.12.1.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c +DIST dash-2.13.0.tar.gz 24240980 BLAKE2B a0c596c39efd806d454e3e00f7fe54e6dc43133f4a61ad77659904e9b660212de10b79b6ef46da5718c4a3ff32492d6cab2df2ca197e969c752b5c5819826661 SHA512 2c403f2559ef673f8d531b7e58538bf2624617132e79b91962e02518407ee834d02dab489121fdddb8aa0c608bd86cd49a5f6ec2c6ed47a5ec806e7fb7ce9097 +DIST dash-jupyterlab-2.13.0.tgz 2260 BLAKE2B 4ce19390f58ab74e5a8c8a3926ba6d82db15b603f9123bcb1372bc6919bc5a48ffa0e9c97fa0ca654607a269d125e4e20b2e7e780cea6bb4d70fbed8bda05c75 SHA512 2bede3e1a3469b299bdfa900ca6c75b05c0ecc72d16ed510e8ee2ee0e5538584bedc43ff25cf0ae910ea60b35177fa33219383d8f3ab2cec3a69f0e3f9f7f43c diff --git a/sci-visualization/dash/dash-2.12.1.ebuild b/sci-visualization/dash/dash-2.12.1.ebuild deleted file mode 100644 index 52012b782c7e..000000000000 --- a/sci-visualization/dash/dash-2.12.1.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.13.0.ebuild b/sci-visualization/dash/dash-2.13.0.ebuild new file mode 100644 index 000000000000..52012b782c7e --- /dev/null +++ b/sci-visualization/dash/dash-2.13.0.ebuild @@ -0,0 +1,52 @@ +# 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 +} -- cgit v1.2.3-65-gdbad