gpo.zugaina.org

Search Portage & Overlays:

dev-python/pynida

In-situ nanoindentation data analysis

Screenshots

  • pynida-0.1.16
    ~amd64 ~x86
    doc python python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: GPL-3   
    Overlay: stuff

ChangeLog

commit 43e957bb2e1202e59deaea9d30bbf37a3876bd03
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 10:45:56 2026 +0200

dev-python/pynida: migrate pyqt5 -> pyside:6, drop py3.14

Upstream dormant and PyQt5 is being removed from ::gentoo stable.
Carry a local port:

- Patch replaces `from PyQt5 import ...` with PySide6 imports;
signal/slot and QAction-from-QtGui adjustments as needed.
- Switch RDEPEND from dev-python/pyqt5 to dev-python/pyside:6.
- Drop py3.14 from PYTHON_COMPAT: dev-python/pynida depends on
dev-python/opencv, which in stable lacks the py3.14 keyword.
Restore when opencv catches up.

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

dev-python/pynida: add github, 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 f075f996edcd56786726b356afd2a1655b620ee7
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 19:04:41 2025 +0100

gemmy pynida

commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100

upd copyright to 2024

commit c3608abdca73662012b2024eddc0ab62f856ff05
Author: istitov <istitov@github>
Date: Mon Feb 12 10:41:34 2024 +0100

sci-libs/scikit-image -> dev-python/scikit-image

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 58af12a65e22fae0037ee9303354fe99e1473efd
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jan 19 01:46:18 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 cb0d8b9beae29d7018342b552431af8cbacdabd5
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sun Feb 21 18:59:45 2021 +0000

pynida added