gpo.zugaina.org

Search Portage & Overlays:

dev-python/matplotlib-scalebar

Artist for matplotlib to display a scale bar

Screenshots

  • matplotlib-scalebar-0.9.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • matplotlib-scalebar-0.8.1
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff

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 bd05bf219aa6b9bbb407a10f49610de7157107b6
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 00:18:16 2026 +0200

dev-python/matplotlib-scalebar: drop bogus python USE flag

Standard distutils-r1 cleanup across 0.8.1 and 0.9.0: drop 'python'
from IUSE and the doc? ( dev-util/gtk-doc ) appended to DEPEND. There
is no REQUIRED_USE='python? ( ... )' in this package, but 'doc' has
no consumer either.

commit afc9d83f8b6c0904989bf75e10cff4f878546f51
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 23 14:00:07 2026 +0200

dev-python/matplotlib-scalebar: drop PYTHON_USEDEP from ruff test dep

dev-util/ruff is a Rust binary (inherits cargo, no distutils-r1,
no PYTHON_COMPAT), so it carries no python_targets_* IUSE flags.
Our test BDEPEND expanded [$] against it, producing
an unsolvable atom [python_targets_python3_12(-),python_3_13(-),
python_3_14(-)] that no ruff ebuild can satisfy. pkgcheck had been
flagging this as NonsolvableDepsInStable on ~amd64 for both 0.8.1
and 0.9.0.

Drop the PYTHON_USEDEP; the bare dev-util/ruff atom is correct
for a non-python test tool.

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 d061424a99121238669ffb729933d2eb42ff8c8a
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 15:25:07 2026 +0200

dev-python/matplotlib-scalebar: rename from matplotlib_scalebar