diff --git a/ports/python3/0018-fix-sysconfig-include.patch b/ports/python3/0018-fix-sysconfig-include.patch index 56f3406ab56979..1efdb5a8a72cdd 100644 --- a/ports/python3/0018-fix-sysconfig-include.patch +++ b/ports/python3/0018-fix-sysconfig-include.patch @@ -2,18 +2,6 @@ diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py index ebe371182..e351df7da 100644 --- a/Lib/sysconfig.py +++ b/Lib/sysconfig.py -@@ -30,9 +30,9 @@ - 'purelib': '{base}/lib/python{py_version_short}/site-packages', - 'platlib': '{platbase}/{platlibdir}/python{py_version_short}/site-packages', - 'include': -- '{installed_base}/include/python{py_version_short}{abiflags}', -+ '{installed_base}/../../include/python{py_version_short}{abiflags}', - 'platinclude': -- '{installed_platbase}/include/python{py_version_short}{abiflags}', -+ '{installed_platbase}/../../include/python{py_version_short}{abiflags}', - 'scripts': '{base}/bin', - 'data': '{base}', - }, @@ -51,8 +51,8 @@ 'platstdlib': '{base}/Lib', 'purelib': '{base}/Lib/site-packages', diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index 98052df719b032..5a85db26f3b484 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,7 +1,7 @@ { "name": "python3", "version": "3.11.5", - "port-version": 4, + "port-version": 5, "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "license": "Python-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index dcbce88aa78a0b..ac62753e458c6d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6954,7 +6954,7 @@ }, "python3": { "baseline": "3.11.5", - "port-version": 4 + "port-version": 5 }, "qca": { "baseline": "2.3.7", diff --git a/versions/p-/python3.json b/versions/p-/python3.json index c8f25cfa5fdf63..3f85014045c5f1 100644 --- a/versions/p-/python3.json +++ b/versions/p-/python3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "262bbdcf3e67802bfdcb9efe22a34e81defc3fb1", + "version": "3.11.5", + "port-version": 5 + }, { "git-tree": "196d8baf56879fd416fbcfb05a7033ea61febf24", "version": "3.11.5",