diff --git a/ports/python2/vcpkg.json b/ports/python2/vcpkg.json index abe470eb5b6..ce26b439f40 100644 --- a/ports/python2/vcpkg.json +++ b/ports/python2/vcpkg.json @@ -1,8 +1,9 @@ { "name": "python2", "version": "2.7.18", - "port-version": 4, + "port-version": 5, "description": "The Python programming language as an embeddable library", "homepage": "https://www.python.org", - "license": "Python-2.0" + "license": "Python-2.0", + "supports": "!(arm & osx) & !(arm & windows) & !uwp" } diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 224e23f4eb9..8258d4a2f4f 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -978,9 +978,6 @@ popsift:x64-windows-static-md=fail portable-snippets:arm-uwp=fail pqp:arm-uwp=fail pqp:x64-uwp=fail -python2:arm64-windows=fail -python2:arm-uwp=fail -python2:x64-uwp=fail # Not yet ready for these platforms. qbittorrent:x64-osx=fail qbittorrent:x64-linux=fail diff --git a/versions/baseline.json b/versions/baseline.json index 799b6220bfd..d570ea47e92 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5622,7 +5622,7 @@ }, "python2": { "baseline": "2.7.18", - "port-version": 4 + "port-version": 5 }, "python3": { "baseline": "3.10.2", diff --git a/versions/p-/python2.json b/versions/p-/python2.json index 60a67697bd4..8460f256298 100644 --- a/versions/p-/python2.json +++ b/versions/p-/python2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "33912f36bba22e343da793d7de1a2dde41ab9da0", + "version": "2.7.18", + "port-version": 5 + }, { "git-tree": "355e949adaecb1603d0cdc3d690101e49ad9fb13", "version": "2.7.18",