2026-03-28 15:16:15 UTC

This commit is contained in:
Repository mirror & CI
2026-03-28 15:16:15 +00:00
parent 60fcd7099f
commit 5977a6dd7b
6 changed files with 42 additions and 6 deletions

View File

@@ -1,17 +1,17 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
DESCRIPTION=Python framework for building ML & data science web apps
EAPI=8
HOMEPAGE=https://github.com/plotly/dash
INHERIT=distutils-r1
IUSE=python_targets_python3_12 python_targets_python3_13
IUSE=compress diskcache python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
RDEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/plotly/dash/archive/refs/tags/v3.4.0.tar.gz -> dash-3.4.0.tar.gz https://dev.gentoo.org/~tupone/distfiles/dash-jupyterlab-2.18.2.tgz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing d4511f019dc17ec44bfe46b9e672ca64 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
_md5_=321cc407b2c54e3d79d8d5180c1ab802
_md5_=aee428b737f7b80394eed6e75c641e67

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
DESCRIPTION=Python framework for building ML & data science web apps
EAPI=8
HOMEPAGE=https://github.com/plotly/dash
INHERIT=distutils-r1
IUSE=compress diskcache python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/plotly/dash/archive/refs/tags/v4.0.0.tar.gz -> dash-4.0.0.tar.gz https://dev.gentoo.org/~tupone/distfiles/dash-jupyterlab-2.18.2.tgz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing d4511f019dc17ec44bfe46b9e672ca64 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
_md5_=aee428b737f7b80394eed6e75c641e67

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
DESCRIPTION=Python framework for building ML & data science web apps
EAPI=8
HOMEPAGE=https://github.com/plotly/dash
INHERIT=distutils-r1
IUSE=compress diskcache python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/importlib-metadata[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/plotly[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/retrying[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[python_targets_python3_12(-)?,python_targets_python3_13(-)?] compress? ( dev-python/flask-compress[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) diskcache? ( dev-python/diskcache[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/multiprocess[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/plotly/dash/archive/refs/tags/v4.1.0.tar.gz -> dash-4.1.0.tar.gz https://dev.gentoo.org/~tupone/distfiles/dash-jupyterlab-2.18.2.tgz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing d4511f019dc17ec44bfe46b9e672ca64 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
_md5_=aee428b737f7b80394eed6e75c641e67

View File

@@ -16492,7 +16492,7 @@ sci-physics/vmc 1.1_p1-r1 2.0-r1 2.1 9999: The Virtual Monte Carlo core library
sci-physics/xfoil 6.99-r1: Design and analysis of subsonic isolated airfoils
sci-physics/yoda 1.9.10 2.1.2 9999: Yet more Objects for (High Energy Physics) Data Analysis
sci-visualization/circos 0.69.9: Circular layout visualization of genomic and other data
sci-visualization/dash 2.18.2 3.0.4 3.1.1 3.2.0 3.3.0 3.4.0: Python framework for building ML & data science web apps
sci-visualization/dash 2.18.2 3.0.4 3.1.1 3.2.0 3.3.0 3.4.0 4.0.0 4.1.0: Python framework for building ML & data science web apps
sci-visualization/epix 1.2.19 1.2.19-r1: 2- and 3-D plotter for creating images (to be used in LaTeX)
sci-visualization/fig2sxd 0.23: Utility to convert files in xfig format to OpenOffice.org Draw format
sci-visualization/fityk 1.3.2-r1: General-purpose nonlinear curve fitting and data analysis

View File

@@ -1 +1 @@
Sat, 28 Mar 2026 15:01:03 +0000
Sat, 28 Mar 2026 15:16:15 +0000

View File

@@ -7776,6 +7776,8 @@ sci-physics/vgm:root - Enable interaction with ROOT (sci-physics/root)
sci-physics/yoda:eigen - Build with dev-cpp/eigen
sci-physics/yoda:highfive - Build with sci-libs/highfive and sci-libs/hdf5
sci-physics/yoda:root - Adds support for sci-physics/root
sci-visualization/dash:compress - Use dev-python/flask-compress to save bandwidth
sci-visualization/dash:diskcache - Use dev-python/diskcache to cache on disk
sci-visualization/fityk:nlopt - Enable optimization with sci-libs/nlopt
sci-visualization/gle:manip - Build data manipulation program
sci-visualization/gnuplot:amos - Enable Amos routines for complex Airy and Bessel functions (dev-libs/openspecfun)