gpo.zugaina.org

Search Portage & Overlays:

dev-python/ipympl

Matplotlib Jupyter Extension

Screenshots

  • ipympl-0.10.0
    ~amd64
    python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: BSD   
    Overlay: phackerlay
  • ipympl-0.10.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • ipympl-0.9.4
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD License   
    Overlay: pypi-sci

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 22eb6e2f68a325dfdfa950f9d416337417bf4a99
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 13:15:01 2026 +0200

dev-python/ipympl: drop 0.9.4 and 0.9.7

Upstream ipympl 0.9.x caps ipython<9 (0.9.4) or <10 (0.9.7) and
ipywidgets<9 / traitlets<6, but its overlay ebuilds had been carrying
the wrong dep list entirely (listed ipykernel instead of ipython,
matplotlib>=2.0.0, missing numpy/pillow/traitlets). Bringing them in
line with upstream while retaining upstream's caps is unsolvable
against ::gentoo (ipython only ships 9.x), so the only viable option
is to drop these versions: 0.10.0 already matches upstream and works
with the available ipython.

commit 14a498498251e9749a6e90925856e6f47425fe2f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:23:24 2026 +0200

dev-python/ipympl: add 0.10.0

commit 58c156f10f1be4ded4c686ca8a3c4529501204b0
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:23:17 2026 +0200

dev-python/ipympl: drop 0.8.4

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 a077a31a668a5dd863710e2a0243252b5428ee91
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 14:05:18 2025 +0100

dev-python/ipympl: styling

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

commit faa1a6bd0ab2591e7f00f30c0e9a6e14a81f56b3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:32:55 2025 +0100

Corrected missing blank line after EAPI warning

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 370079f7312cdacb11c7d9fabd9d067f69d456c5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 23:43:42 2025 +0100

dev-python/ipympl: 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 b138d0d541a3f3b3e738ceb9def70969bd043493
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 01:45:44 2025 +0100

Update ipympl-0.9.7.ebuild

commit 6b3ce302fce071787780f8765e358caa5f2ac9f3
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 01:44:59 2025 +0100

ipympl

commit 7522ebb04b8ce1938194b55c20d03a5459023ea4
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Tue Jun 11 00:51:28 2024 +0100

Add files via upload

commit 306d78fee29393a956793b94e8d5d42524a2ff8a
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Wed Mar 6 15:38:20 2024 +0000

ipympl added