mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
sci-visualization/dash: drop 2.18.2, 3.4.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST dash-2.18.2.tar.gz 21728775 BLAKE2B f8d5129b5107884d34e1b5ce0b90c24dc46961dd6558a8268545cef029d1264e918038420c1160adbbcf60bf6544dba091ac7766d0536ccbea44b2180712d7b0 SHA512 5b11b52a75f847b44e2f0ce5caa3acf01db684a81faee1bd44edfd8d9bb2ea075b59cc72c1db54215eeb8d999a5ab32e4d46a38695b2bd92837cf27bb6bcc658
|
||||
DIST dash-3.4.0.tar.gz 21508514 BLAKE2B 53e103b24b1de72d0ccd16714419e01032927291caf6440e12946fb3657295cf861c56e9aaf2310b5b2abc7e7a5c1ed23b8be1f523cf17cef7b651af315baf01 SHA512 8f8c39940669ab1cdfc4cb490aae98be9e22c04f7227cd59e948a9f907c081ad8e48af34573a9d2231a1704db2c91c21a244b91e5e22fc1d6d00c1a18e55ead6
|
||||
DIST dash-4.1.0.tar.gz 20819367 BLAKE2B 7bf0bc1b3b0b2061e3816a393e6b76209cbdbdbf46212e5372440d771cda160bf369ec54a13f487b70b92defa2324652d591c8bc9ed3c9d73b9a862719e39340 SHA512 8888ee5150df88ddabcdc467b6a6cd36fdc7b4b5206ce1542541de6cce518116486d1a91074c0b57d8b34307530d2f20ddea174309351aa4faba4ceb1077b4cb
|
||||
DIST dash-jupyterlab-2.18.2.tgz 2291 BLAKE2B d4cc24798fc66b2676dfbd321127e6ecc83067442d6c1ae77eee482edb818ecb89e1bb392184b27aa34eeddc319d3ea0d3fd3d803ae12fa42da6b99355a44c49 SHA512 238d86b073a808e874d57e973d57b5a86af381be1eba0695bc96f0d5ba21b6fb34dc37bf9a3906fecce0deef1ad0b3cae63a273498d7c4b8fe263b081ae603fd
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
JUPV=2.18.2
|
||||
|
||||
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-${JUPV}.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}"
|
||||
|
||||
src_prepare() {
|
||||
mkdir dash/labextension/dist || die
|
||||
# These are the step to build dash-jupyterlab:
|
||||
# cd @plotly/dash-jupyterlab
|
||||
# jlpm install
|
||||
# jlpm build:pack
|
||||
cp "${DISTDIR}"/${PN}-jupyterlab-${JUPV}.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
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
JUPV=2.18.2
|
||||
|
||||
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-${JUPV}.tgz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="compress diskcache"
|
||||
|
||||
# Test need some packages not yet in the tree
|
||||
# flask_talisman
|
||||
# percy
|
||||
# ...
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/importlib-metadata[${PYTHON_USEDEP}]
|
||||
dev-python/nest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/plotly[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/retrying[${PYTHON_USEDEP}]
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
compress? ( dev-python/flask-compress[${PYTHON_USEDEP}] )
|
||||
diskcache? (
|
||||
dev-python/diskcache[${PYTHON_USEDEP}]
|
||||
dev-python/multiprocess[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
mkdir dash/labextension/dist || die
|
||||
# These are the step to build dash-jupyterlab:
|
||||
# cd @plotly/dash-jupyterlab
|
||||
# jlpm install
|
||||
# jlpm build:pack
|
||||
cp "${DISTDIR}"/${PN}-jupyterlab-${JUPV}.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
|
||||
}
|
||||
Reference in New Issue
Block a user