Path to this page:
./
devel/py-debugpy,
Implementation of the Debug Adapter Protocol for Python
Branch: CURRENT,
Version: 1.8.13,
Package name: py312-debugpy-1.8.13,
Maintainer: pkgsrc-usersdebugpy is an implementation of the Debug Adapter Protocol for Python.
Master sites:
Filesize: 1602.728 KB
Version history: (Expand)
- (2025-03-05) Updated to version: py312-debugpy-1.8.13
- (2025-01-17) Updated to version: py312-debugpy-1.8.12
- (2024-12-31) Updated to version: py312-debugpy-1.8.11
- (2024-11-22) Updated to version: py312-debugpy-1.8.9
- (2024-11-11) Updated to version: py312-debugpy-1.8.8
- (2024-10-11) Updated to version: py312-debugpy-1.8.7
CVS history: (Expand)
2025-03-05 16:08:21 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-debugpy: updated to 1.8.13
1.8.13
Fix binskim warnings for mac, linux, and pyd files
* Add controlflow guard to linux, mac, and pyd files
* Fix manylinux too
* Fix pydevd bits too
|
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
|