2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message: python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. |
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message: *: use PYTHON_VERSION instead of _PYTHON_VERSION |
2022-11-14 10:13:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-flit_scm: updated to 1.7.0 1.7.0: Unknown changes |
2022-07-03 14:31:48 by Thomas Klausner | Files touched by this commit (4) |
Log message: devel/py-flit_scm: import py-flit_scm-1.6.2 A PEP 518 build backend that uses setuptools_scm to generate a version file from your version control system, then flit_core to build the package. |