Sunday, April 13, 2025

Re: net/dino: update to version 0.5.0

13.04.2025 14:27, Kirill A. Korinsky пишет:
> Yes, I need some pythong to get a version:
> https://github.com/dino/dino/blob/v0.5.0/libdino/meson.build#L2-L8
>
> I not sure that adding it into MODULES is cleaner / simpler that just build
> deps.

The module takes care of the python version for you and the only three usages
of lang/python/3 in the tree all seem to be warranted:

devel/py3c
security/theharvester
sysutils/restic/Makefile

But again, I think you can just drop the explicit python bits and rely on meson
to pull it in for you:

$ make -C /p/devel/meson show=RUN_DEPENDS
devel/ninja lang/python/3

No comments:

Post a Comment