File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: pyversion.mk,v 1.174 2025/07/22 21:39:50 gdt Exp $
1+ # $NetBSD: pyversion.mk,v 1.175 2025/10/05 22:43:14 wiz Exp $
22
33# This file provides an interface to decide which version of python
44# should be used in building a package. It should be directly
5959#
6060# Reasonable values: Default value of PYTHON_VERSIONS_ACCEPTED.
6161# Possible values: Reasonable values and "old 3.x".
62- # Default: 312
62+ # Default: 313
6363#
6464# === Infrastructure variables ===
6565#
127127# The prefix to use in PKGNAME for extensions which are meant
128128# to be installed for multiple Python versions.
129129#
130- # Example: py312
130+ # Example: py313
131131#
132132# PYVERSSUFFIX
133133# The suffix to executables and in the library path, equal to
134134# sys.version[0:3].
135135#
136- # Example: 3.12
136+ # Example: 3.13
137137#
138138# Keywords: python
139139#
@@ -162,7 +162,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9][0-9])-.*/\2/}
162162BUILD_DEFS+ = PYTHON_VERSION_DEFAULT
163163BUILD_DEFS_EFFECTS+ = PYPACKAGE
164164
165- PYTHON_VERSION_DEFAULT? = 312
165+ PYTHON_VERSION_DEFAULT? = 313
166166PYTHON_VERSIONS_ACCEPTED? = 313 312 311
167167.if defined(PYTHON_27_ACCEPTED)
168168PYTHON_VERSIONS_ACCEPTED+ = 27
You can’t perform that action at this time.
0 commit comments