Hello,When installing the devel/py-uv-build (v0.9.15) package from the current pkgsrc branch on NetBSD 10.1, the following error occurs:
===> Checking for vulnerabilities in py313-uv-build-0.9.15 ===> Installing for py313-uv-build-0.9.15 => Generating pre-install file lists/bin/rm /usr/pkgsrc/devel/py-uv-build/work/.destdir/usr/pkg/lib/python3.13/site-packages/uv_build/__init__.py.orig rm: /usr/pkgsrc/devel/py-uv-build/work/.destdir/usr/pkg/lib/python3.13/site-packages/uv_build/__init__.py.orig: No such file or directory
*** Error code 1
Stop.
make[1]: stopped in /usr/pkgsrc/devel/py-uv-build
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/devel/py-uv-build
The problem originates from the following line in the post-install target:
${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/uv_build/__init__.py.orig
However, no file with that name exists in .destdir, which causes the
installation to fail when rm attempts to remove it.
Could you please take a look? -- Best regards, Stepan