gpo.zugaina.org

Search Portage & Overlays:

dev-python/fabio

FabIO is an I/O library for images produced by 2D X-ray detectors

Screenshots

  • fabio-2025.10.0
    ~amd64
    gui python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • fabio-2024.9.0
    ~amd64 ~x86
    gui python_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 a2e8acd49ecbac061402b3359c7c4d611c6a4c45
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:49:23 2026 +0200

dev-python/fabio: align 2024.9.0 deps with upstream pyproject.toml

The 2024.9.0 ebuild's RDEPEND was a flat dump of every install/build
helper: cython, sphinx and matplotlib were declared as unconditional
runtime deps even though upstream pyproject.toml lists them under
[build-system] or in the GUI optional-extra. hdf5plugin was missing
despite being a core install requirement.

Restructure to mirror upstream's [project].dependencies (numpy, h5py,
hdf5plugin, lxml, pillow), move cython into BDEPEND (the build-system
requirement), drop sphinx (docs-only), and gate the matplotlib +
pyqt5 pair behind a new USE=gui that matches upstream's `gui`
optional-extra. pkgcheck flags pyqt5 as DeprecatedDep / NonsolvableDeps
(it is package.masked in ::gentoo for 2026-05-21 removal); kept here
for parity with upstream until 2024.9.0 is dropped or the GUI path
is reworked, while 2025.10.0 already migrates to pyside6.

commit ccdf0822d0637b0d663c75a2b27aa8371c8edc94
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 23:55:29 2026 +0200

dev-python/fabio: drop bogus python USE flag and dead phase wrappers (2024.9.0)

Standard distutils-r1 cleanup: drop IUSE='doc python', REQUIRED_USE,
doc? ( dev-util/gtk-doc ), and the dead python_compile/install_all
wrappers and broken setup.py-test/build phases.

commit 3691dcdd920949bbd522308da46c2a2dae0c0dab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 15:11:44 2026 +0200

dev-python/fabio: document why 2024.9.0 keeps ~x86

2025.10.0 dropped ~x86 because dev-python/hdf5plugin is not
keyworded ~x86 in ::gentoo (commit ae57cc83). 2024.9.0 retains
~x86 as the fallback for that arch, since it has no hdf5plugin
dep. pkgcheck's DroppedKeywords warning is the predictable
consequence of that intentional split, not a bug; surface the
rationale in the ebuild so future scans don't re-investigate.

commit ae57cc83e4033f4a1e4c84fbb30416741f14de62
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 23 13:21:07 2026 +0200

dev-python/fabio: drop fictional ~x86 keyword

2025.10.0's depend/rdepend pulls dev-python/hdf5plugin, which is
not keyworded ~x86 in ::gentoo. The ~x86 keyword could never be
solved; drop it to match reality.

commit 3c96d01e4f864cbb9c922218a49907128138c612
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:00:50 2026 +0200

dev-python/fabio: add 2025.10.0

commit 0bbf0b850458f57605d0c0fb92a23ae3eda78420
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 15:00:40 2026 +0200

dev-python/fabio: drop 0.13.0, 2022.12.1, 2023.10.0

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 d329ea0f1e20ffedfe0755b21661d759e5ad9f90
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:36:57 2026 +0200

dev-python/fabio: use pypi eclass instead of mirror://pypi

commit 62eb5fa1ec818d40ce4067f237c899dd0042c1c1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 12:43:56 2026 +0200

dev-python/fabio: drop unused inherits

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

dev-python/fabio: 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 7f698c8136e0485b8ebb82eace6f03736d0e9609
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 13:43:39 2025 +0100

fabio

commit a24a4d9395c42559e4a467ccbed2e04549afba53
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 13:43:22 2025 +0100

Delete dev-python/fabio directory

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 483a1edeb3372185b8fcc9165534828c5068adc7
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sat Nov 11 12:38:23 2023 +0000

fabio

commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200

upd: header

commit 2a8f0cc2a572cee3b2895388b4745c943e3d0568
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jun 5 21:27:13 2023 +0100

Add files via upload

commit bf01d9b6b82bce033d461290be16dc6cb0f51b72
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jan 19 00:47:22 2023 +0000

minor

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 d473dc17fac32279ba0ae4f032e0172b0628b5b4
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Apr 22 14:18:18 2022 +0100

fabio version bump

commit 7ca70108aff8c6c4de8f9503ae4a29b9c468bcd7
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:39:09 2021 +0100

fabio

commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100

corrected gentoo header

commit 56fd23845ea58bfd0d1c5b0c4cf055bc6cb5ac56
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Jan 27 23:54:21 2021 +0000

Add files via upload

commit 2153def81967b383ac9b9b3517caa1e6ae4d62cd
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Jan 27 23:54:09 2021 +0000

Delete fabio-0.9.0.ebuild

commit ab49ff059ba7a24059ff7d5d7d91ed575481382c
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Fri Aug 28 00:16:40 2020 +0000

python3_9 added to fabio

commit 552461f42f413a2e232ab0b05e54f4b7bd10aab8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 4 17:28:41 2020 +0200

upd fabio

commit 8c96aa531885bf7d2ce05251f6ebe5ca3a3986b8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 8 21:24:30 2020 +0100

corrected gentoo copyright

commit 9667dda9524293bbdbc6bc02bddc1008b5a4d87c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jan 8 21:17:27 2020 +0100

upd gentoo copyright

commit a21417a8f08abfdc61a8ad6919a989c277dfdbbd
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Oct 17 23:29:24 2019 +0200

first line...

commit 46d99276dee23794e852cd80a04db50a0f0ab1e5
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Thu Oct 17 21:30:44 2019 +0100

Minimal metadata added

commit fe8260e5fe17bfd3f54fda8e81e331ccbbb22ddd
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Wed Oct 16 21:02:27 2019 +0100

After repoman

Slightly improved, not finished yet

commit 9bc956e1263aed20da731dae889e0609306296f9
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Thu Jul 4 03:02:24 2019 +0300

Ebuilds for XRD and ED processing software