CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/11/20 04:47:34
Modified files:
devel/py-sure : Makefile
Added files:
devel/py-sure/patches: patch-setup_py
Log message:
fix code that will break packaging in Python 3.14
The current code was written for pre-Python 3.8 and needs a small update.
In Python 3.14 the code ends up failing resulting in a version of None
which gets translated to 0.0.0 in the packing list instead of MODPY_DISTV.
ok sthen@
