Path to this page:
Subject: CVS commit: pkgsrc/misc/py-installer
From: Taylor R Campbell
Date: 2025-01-23 20:31:09
Message id: 20250123193109.BE3C0FBE0@cvs.NetBSD.org
Log Message:
misc/py-installer: Implement `--executable' option
https://github.com/pypa/installer/issue/257
https://github.com/pypa/installer/pull/258
This wille enable us to install Python scripts with #! lines for
LOCALBASE rather than TOOLBASE (or, from another perspective,
CROSS_LOCALBASE rather than LOCALBASE). For example, if you're doing
cross-builds in /home/user/pkg for /usr/pkg, the Python executable
running installer will be /home/usr/pkg/bin/python3.12 at build-time
but we need to bake /usr/pkg/bin/python3.12 into the build product.
Files: