dev-python/wxmplot
Provides advanced wxPython widgets for plotting based on matplotlib
-
wxmplot-2026.1.0~amd64 ~x86python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: MIT Overlay: stuff -
wxmplot-2025.1.5~amd64 ~x86python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: MIT Overlay: stuff -
wxmplot-0.9.53~amd64 ~x86python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: MIT 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 f2a732d1ffb9d94252f4a9f8fa8d1c004477e823
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 14:15:13 2026 +0200
dev-python/wxmplot: align 2025.1.5 / 2026.1.0 RDEPEND with upstream
Upstream pyproject.toml introduced a substantially larger dep set in
2025.1.5+ that the ebuilds had not picked up — they were still
carrying the old 0.9.x list (numpy/six/matplotlib/wxpython only).
- 2025.1.5: wxPython>=4.2.0, wxutils>=0.3.3, darkdetect,
matplotlib>=3.6.0, pytz, numpy>=1.22, Pillow>=7.0, pyyaml>=5.0,
pyshortcuts>=1.9.5.
- 2026.1.0: same shape with wxutils>=2026.1.0, matplotlib>=3.9.0,
numpy>=1.26 and an added darwin-only pyobjc-framework-Cocoa.
Drop six (gone from upstream) and replace the entire RDEPEND with
the upstream-aligned list. The new dev-python/darkdetect provides
the missing helper. Mac-only deps are skipped here. pkgcheck flags
NonsolvableDepsInStable on ~x86 because the wxPython:* glob doesn't
solve there yet — preexisting state.
commit 6acd3d9fa2e2d477dffb3b17571a9d2c685d31fd
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 00:54:43 2026 +0200
dev-python/wxmplot: drop bogus python USE flag and dead phase wrappers
Standard distutils-r1 cleanup across 0.9.41, 0.9.45, 0.9.53, 2025.1.5, 2026.1.0.
commit 74999b882f45294633fcc647371d4c0f44e477aa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 17:43:40 2026 +0200
dev-python/{wxmplot,wxutils}: add 2026.1.0
Upstream's latest - xraylarch 2026.1.x requires >=2026.1.0 of both.
Ebuilds byte-identical to the overlay's latest (wxmplot-2025.1.5 and
wxutils-0.3.6) aside from the version number; upstream made no
dependency changes between releases.
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 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 d4290c8f424f5c7c29146661265e6f2cdbddff6a
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 00:28:37 2025 +0100
dev-python/wxmplot: 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 bf4c8c17c177f359be81a93c8372914bac541306
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 13:30:12 2025 +0100
wxutils wxmplot
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit 7fb816ff1b448eca65c0e780e69a0ac1b37beea3
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Jan 20 10:36:46 2023 +0000
Add files via upload
commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300
upd date in ebuilds
commit 2add7ee94c420a0f860ab92132db6fe1c0c21a50
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:52:29 2021 +0100
Delete wxmplot-0.9.40.ebuild
commit 1b9eb9b03483e4b768ac0f91b3c3b9aeb2f85597
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:52:15 2021 +0100
wxmplot
commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100
corrected gentoo header
commit e9518cf8ab8e983082133622bb7aeee5da82351f
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Jan 27 23:40:34 2021 +0000
Add files via upload
commit 697957afd4662dcabef80acd63404dcf4d9c0565
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jul 5 21:17:07 2020 +0200
repomaned wxutils, wxmplot
commit a6ef04b369485083d760d1dc2f999d3466ac4c6b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 4 16:57:03 2020 +0200
upd wxmplot
commit b9e0e3af7143834346b9f1ae127893a820138b44
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Feb 22 12:03:44 2020 +0000
Repomaned
commit e929039379d1fc89a78a16b6b1bb8a4d59e4b3be
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Feb 22 11:48:02 2020 +0000
Few ebuilds added, silx masked
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 f2a732d1ffb9d94252f4a9f8fa8d1c004477e823
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 14:15:13 2026 +0200
dev-python/wxmplot: align 2025.1.5 / 2026.1.0 RDEPEND with upstream
Upstream pyproject.toml introduced a substantially larger dep set in
2025.1.5+ that the ebuilds had not picked up — they were still
carrying the old 0.9.x list (numpy/six/matplotlib/wxpython only).
- 2025.1.5: wxPython>=4.2.0, wxutils>=0.3.3, darkdetect,
matplotlib>=3.6.0, pytz, numpy>=1.22, Pillow>=7.0, pyyaml>=5.0,
pyshortcuts>=1.9.5.
- 2026.1.0: same shape with wxutils>=2026.1.0, matplotlib>=3.9.0,
numpy>=1.26 and an added darwin-only pyobjc-framework-Cocoa.
Drop six (gone from upstream) and replace the entire RDEPEND with
the upstream-aligned list. The new dev-python/darkdetect provides
the missing helper. Mac-only deps are skipped here. pkgcheck flags
NonsolvableDepsInStable on ~x86 because the wxPython:* glob doesn't
solve there yet — preexisting state.
commit 6acd3d9fa2e2d477dffb3b17571a9d2c685d31fd
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 00:54:43 2026 +0200
dev-python/wxmplot: drop bogus python USE flag and dead phase wrappers
Standard distutils-r1 cleanup across 0.9.41, 0.9.45, 0.9.53, 2025.1.5, 2026.1.0.
commit 74999b882f45294633fcc647371d4c0f44e477aa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 17:43:40 2026 +0200
dev-python/{wxmplot,wxutils}: add 2026.1.0
Upstream's latest - xraylarch 2026.1.x requires >=2026.1.0 of both.
Ebuilds byte-identical to the overlay's latest (wxmplot-2025.1.5 and
wxutils-0.3.6) aside from the version number; upstream made no
dependency changes between releases.
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 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 d4290c8f424f5c7c29146661265e6f2cdbddff6a
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 00:28:37 2025 +0100
dev-python/wxmplot: 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 bf4c8c17c177f359be81a93c8372914bac541306
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 13:30:12 2025 +0100
wxutils wxmplot
commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100
upd copyright to 2024
commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300
mass updated PYTHON_COMPAT for python:3
commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200
upd: header
commit 7fb816ff1b448eca65c0e780e69a0ac1b37beea3
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Jan 20 10:36:46 2023 +0000
Add files via upload
commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300
upd date in ebuilds
commit 2add7ee94c420a0f860ab92132db6fe1c0c21a50
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:52:29 2021 +0100
Delete wxmplot-0.9.40.ebuild
commit 1b9eb9b03483e4b768ac0f91b3c3b9aeb2f85597
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:52:15 2021 +0100
wxmplot
commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100
corrected gentoo header
commit e9518cf8ab8e983082133622bb7aeee5da82351f
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Jan 27 23:40:34 2021 +0000
Add files via upload
commit 697957afd4662dcabef80acd63404dcf4d9c0565
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jul 5 21:17:07 2020 +0200
repomaned wxutils, wxmplot
commit a6ef04b369485083d760d1dc2f999d3466ac4c6b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 4 16:57:03 2020 +0200
upd wxmplot
commit b9e0e3af7143834346b9f1ae127893a820138b44
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Feb 22 12:03:44 2020 +0000
Repomaned
commit e929039379d1fc89a78a16b6b1bb8a4d59e4b3be
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Feb 22 11:48:02 2020 +0000
Few ebuilds added, silx masked

