1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/lang/python310
Fukang Chen a99955f2f8 lang/python310: Fix build WITH_DEBUG
Python 3.10 [0] is using a value for "EXT_SUFFIX" that includes
"SOABI" on FreeBSD, C extension module filenames are affected
by this change [1].

The limited C API is now supported if Python is built in debug mode [2],
removed %%NO_DEBUG%% from
%%NO_DEBUG%%lib/python%%XYDOT%%/lib-dynload/xxlimited.cpython-%%XY%%.so

[0]: a44ce6c9f7
[1]: https://github.com/python/cpython/blob/v3.10.0rc1/Lib/distutils/command/build_ext.py#L676-L684
[2]: 3359cab038

PR:		256558
Approved by:	koobs (python, maintainer)
MFH:		No (Port does not exist in quarterly)
2021-08-19 15:00:38 +00:00
..
files
distinfo lang/python310: Update to 3.10.0rc1 2021-08-05 22:34:08 +08:00
Makefile lang/python310: Fix build WITH_DEBUG 2021-08-19 15:00:38 +00:00
Makefile.version lang/python310: Update to 3.10.0rc1 2021-08-05 22:34:08 +08:00
pkg-descr
pkg-plist lang/python310: Fix build WITH_DEBUG 2021-08-19 15:00:38 +00:00