Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2025-01-23 20:31:09 by Taylor R Campbell | Files touched by this commit (4)
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.
   2023-10-26 00:21:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-installer: use python/bootstrap.mk
   2023-10-26 00:01:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-installer: only use py-flit_core for building

This is relevant because this is on the recommended bootstrap path for
Python module distributions.

Bump PKGREVISION.
   2023-04-17 12:36:49 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-installer: added version 0.7.0

This is a low-level library for installing a Python package from a wheel
distribution. It provides basic functionality and abstractions for handling
wheels and installing packages from wheels.

Next | Query returned 4 messages, browsing 1 to 10 | previous