Download raw body.
net/dino: update to version 0.5.0
On Sun, 13 Apr 2025 13:52:10 +0200, Klemens Nanni <kn@openbsd.org> wrote: > > 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 > You're right. This is enough. I've dropped locally python dependency. -- wbr, Kirill
net/dino: update to version 0.5.0