Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 59c6a21b | 2026-03-16 22:28:25 | bump, python.port.mk pypi HOMEPAGE update | ||
| 34459285 | 2026-02-21 15:06:53 | Bump for math/py-scipy, bumped for devel/swig 4.4.1. | ||
| e8035d47 | 2026-02-13 12:02:13 | Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@ | ||
| 10eb85ee | 2025-10-23 13:20:05 | remove MODPY_COMMENT from PLISTs, no longer needed | ||
| 898fe946 | 2025-05-20 12:10:49 | bump py-numpy consumers. at least those which have compiled modules using numpy are no longer ABI-compatible following the update to numpy 2.x. this may over-bump slightly, but I've seen problems with at least pandas and scipy, and identifying others individually is too time-consuming. | ||
| 0669838d | 2025-04-29 10:38:51 | sync PLISTs for setuptools ports | ||
| 6e61da69 | 2025-02-20 15:28:27 | handle cmake reorg | ||
| 81618f35 | 2024-12-21 11:38:23 | handle py3.12 switchover in math | ||
| 41b34e25 | 2024-05-06 12:23:44 | bump REVISION for py3.10 -> py3.11 switch | ||
| 1497c50b | 2022-11-25 19:30:34 | use MODPY_PYBUILD |