2025-02-02 11:38:04 by Havard Eidnes | Files touched by this commit (28) |
Log message: lang/python and a number of python packages: re-do atomic64.mk issue. Evidently, python 3.13 brought in the need to support 64-bit atomics. This means that python extension packages built with C needs to use mk/atomic64.mk to make -latomic available on the required 32-bit ports. Sadly, there is no reliable way to detect in the .mk files whether the package is using C (or C++), so this change adds an unconditional include of mk/atomic64.mk when the python version is equal to or larger than 3.13 for packages using egg.mk or wheel.mk. This undoes the individual package Makefile inclusions of mk/atomic64.mk that I've added over the last few days. |
2025-01-26 16:34:49 by Havard Eidnes | Files touched by this commit (1) |
Log message: devel/py-debugpy: use atomic64.mk to fix build on macppc w/python3.13. |
2025-01-17 20:30:21 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-debugpy: updated to 1.8.12 1.8.12 Fixes |
2024-12-31 18:46:22 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-debugpy: updated to 1.8.11 1.8.11 Unknown changes |
2024-11-22 09:26:24 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-debugpy: updated to 1.8.9 1.8.9 Bug fixes |
2024-11-11 17:28:04 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-debugpy: updated to 1.8.8 1.8.8 Bug fixes |
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-10-11 15:48:51 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-debugpy: updated to 1.8.7 1.8.7 debugpy v1.8.7 Support for 3.13 |