gpo.zugaina.org

Search Portage & Overlays:

dev-python/bokeh

Statistical and interactive HTML plots for Python

Screenshots

  • bokeh-3.9.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • bokeh-3.9.0
    ~amd64 ~x86
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
  • bokeh-3.4.1
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • bokeh-2.4.2
    ~amd64
    test python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: science

ChangeLog

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit a6c81445a706b95e48fada3529427ca2fbf68547
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:04:30 2026 +0200

dev-python/bokeh: align 3.4.1 RDEPEND with upstream pyproject.toml

The 3.4.1 ebuild's RDEPEND was inherited from a much older bokeh and
had drifted from what upstream 3.4.1 actually declares:

- jinja2 lacked a >=2.9 lower bound;
- numpy lower bound was >=1.11.3 (upstream specifies >=1.16);
- tornado lower bound was >=5.1 (upstream specifies >=6.2);
- typing-extensions was listed though no longer in upstream deps;
- contourpy>=1.2, pandas>=1.2 and xyzservices>=2021.09.1 were missing
despite being core runtime dependencies.

Realign to match the [project].dependencies block of the unpacked
3.4.1 sdist. The 3.9.0 ebuild already matches upstream and is left
untouched.

commit 86c4a18b0f7c988cc1840f3e2c6bda3a896a8ead
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 23 13:19:22 2026 +0200

dev-python/bokeh: drop fictional ~x86 keyword

3.4.1 and 3.9.0 both carried ~amd64 ~x86 in KEYWORDS but the
transitive dep graph never existed on ~x86: 3.4.1's bdepend wants
nbconvert/nbformat/selenium (none ~x86 in ::gentoo), 3.9.0 adds
narwhals on top of that chain. No overlay user has ever been able
to install bokeh on ~x86 via this overlay; the keyword was a
fiction inherited from earlier tree state.

Drop ~x86 from both to make KEYWORDS match reality. pkgcheck's
NonsolvableDepsInStable for these two versions clears as a result.

commit 7b1e23099e1862b6563bd16a3e22bf6c0c1df50f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 21:22:35 2026 +0200

dev-python/bokeh: 3.9.0 drop deprecated flaky test dep

bokeh-3.9.0's tarball has zero `import flaky` and no @flaky
decorators; the BDEPEND entry was dead code carried over from
earlier versions. Same cleanup as f1d80006 applied to bokeh-3.4.1.

commit 262ab10dd53893154d892e09dd7ce1204e751daf
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 12:38:34 2026 +0200

dev-python/bokeh: 3.4.1 drop deprecated flaky test dep

bokeh-3.4.1's tarball has zero `import flaky` and no @flaky
decorators; the BDEPEND entry was dead code carried over from
earlier versions. Fixes pkgcheck DeprecatedDep on dev-python/flaky.

commit 4fb70589e1091437ee07cccbfe109a4e06f59e38
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 12:37:44 2026 +0200

dev-python/bokeh: drop 2.4.2

commit 8ebd869b1c24782e2e212392ee00f0839356405f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 14:38:51 2026 +0200

dev-python/bokeh: add 3.9.0

commit 5b2bbd053f0468c3a51fcc0579908d401559711c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:31:50 2026 +0200

dev-python/{bokeh,cupy,fastrlock,ipympl,llvmlite,scikit-optimize}: declare EPYTEST_PLUGINS=()

Six more packages whose test suites don't pull any pytest-* plugins
in BDEPEND. Declaring the empty plugin list clears pkgcheck's
EPyTestPluginsSuggestion and prevents incidental host-wide pytest
plugins from being auto-loaded during tests.

16 ebuilds total (multiple versions per package). Pure cosmetic.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200

*/*: bump PYTHON_COMPAT from python3_ to python3_

::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.

Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.

pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.

Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200

*/*: bump PYTHON_COMPAT to python3_

Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:

- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)

Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.

commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100

*/*: UPD header, Happy New Year

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 5b8223ebf32a57cde6f20414639e46979071bf0d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:16:17 2025 +0100

dev-python/bokeh: minor corrections

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 3b4520b1c4a0f40d6affa0d8a82bb3f4e99880d4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:14:12 2025 +0100

*/*: jinja -> jinja2

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100

*/*: adjusting python compat to 3.9 to 3.14

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 238fbcf1f6c7122af31395aa24b7d23211d0cb3e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 22:06:34 2025 +0100

dev-python/bokeh: add pypi upstream metadata

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200

finally upd year to 2025 :)

commit ee0efe98c372493e9b8755572d0f5b9a742c9469
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Thu Jun 5 19:40:22 2025 +0100

Update bokeh-3.4.1.ebuild

commit 500610c4745ae6b5515903aeb91a05af58ffeceb
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Tue Jun 18 01:00:01 2024 +0100

bokeh added