2024-12-29 10:28:48 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.7.2 v3.7.2 Bugfixes - Fix ``FilesSpec`` parameters variance issues by making it a `typing.Mapping` \ instead of a `dict` |
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
2024-08-26 13:35:58 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-jaraco.path: use correct DISTNAME |
2024-08-26 11:55:28 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.7.1 v3.7.1 No significant changes. |
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-07-10 05:38:23 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.7.0 v3.7.0 Features - Require Python 3.8 or later. |
2023-06-27 09:17:17 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.6.0 v3.6.0 Added support for ``Symlink``s for the tree maker (``build``). |
2023-04-20 07:52:12 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.5.0 v3.5.0 Introduced ``Recording`` object and ``TreeMaker`` protocol, with ``build()`` now explicitly accepting any ``TreeMaker``. |
2023-03-05 08:23:55 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-jaraco.path: updated to 3.4.1 v3.4.1 Fixed EncodingWarnings and ResourceWarnings. |
2022-11-20 23:31:54 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-jaraco.path: needs py-wheel, spotted by @wiz |