2025-03-03 09:50:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-zope.interface: depend on latest setuptools
Bump PKGREVISION.
|
2025-03-03 09:33:50 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-zope.interface: fix WHEEL_NAME
|
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-18 20:49:58 by Havard Eidnes | Files touched by this commit (1) |
Log message:
devel/py-zope.interface: use atomic64.mk to fix build on macppc w/py3.13.
|
2024-11-29 09:14:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 7.2
7.2 (2024-11-28)
- Add preliminary support for Python 3.14a2, this means that
``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
no longer available from this Python version onwards as Python 3.14 dropped
``collections.abc.ByteString``.
|
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-24 07:21:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 7.1.1
7.1.1 (2024-10-23)
- Fix segmentation faults in `weakrefobject.c` on Python 3.12 and 3.13.
|
2024-10-14 12:39:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 7.1.0
7.1.0 (2024-10-10)
- Declare support for Python 3.13.
- Fix segmentation faults on Python 3.13.
|
2024-08-30 09:20:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 7.0.3
7.0.3 (2024-08-27)
- Fix `Assertion 'memb->type == T_PYSSIZET' failed.` for Python < 3.12.
|
2024-08-27 10:54:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.interface: updated to 7.0.2
7.0.2 (2024-08-26)
- Fix reference-counting bug in C module initialization (broken in 7.0).
|