Re: git: 7f6db3ce5731 - main - graphics/py-scikit-image: Mark BROKEN

From: Max Brazhnikov <makc_at_freebsd.org>
Date: Mon, 08 Dec 2025 20:44:24 UTC
Hi Daniel,

> The branch main has been updated by diizzy:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6db3ce5731752145655a3a20acf8c5e28ecba5
> 
> commit 7f6db3ce5731752145655a3a20acf8c5e28ecba5
> Author:     Daniel Engberg <diizzy@FreeBSD.org>
> AuthorDate: 2025-12-07 17:31:18 +0000
> Commit:     Daniel Engberg <diizzy@FreeBSD.org>
> CommitDate: 2025-12-07 19:52:10 +0000
> 
>     graphics/py-scikit-image: Mark BROKEN
>     
>     Fails to build
>     
>     ERROR Missing dependencies:
>             pythran>=0.16
>             gast~=0.6.0
>     
>     Reported by:    pkg-fallout

Your are blaming the wrong port. py-scikit-image does not use gast at all.
It's pythran that requires gast~=0.6.0 at runtime and fails after

https://cgit.freebsd.org/ports/commit/?id=e78b143845448f8e24af09cd11cdec26aca4576d

Btw, it's not the first time, when devel/py-gast update breaks the pythran.

Cheers,
Max