aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/vcpkg.json
AgeCommit message (Collapse)Author
2021-10-06[python3] Upgrade to Python 3.10.0 (#20519)Adam Johnson
* [python3] Update to Python 3.10.0rc2 (for testing). * [python3] Revert trivial patch changes. * [python3] Bump to 3.10.0 final. * x-add-version * update python tools to 3.10.0 * [ecm] Add patch from upstream for Python 3.10. Remove this on the next release. * x-add-version * [python3] Add patch to fix static interpreter. * x-add-version
2021-09-30[vcpkg_configure_make] Standardize `OPTIONS` list item handling (#19540)Kai Pastor
* Remove unused EXTRA_QUOTES * Uniformly invoke 'configure' * [libtasn1] Fix mingw build * Unify prefix handling * Revise install dir processing * x-add-version * Force libdir to lib (adopted from #19666) * [skip actions] CI rebuild * CR request: Put backslash before shell var * CR request: Use vcpkg_list * Update versions * Fix python3 options * Update versions * Bump python port-version. * CR request: Add comment about backslashes before prefix Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-29[python3] Add patch to fix Windows 11 SDK build failure. (#20292)Adam Johnson
* [python3] Remove spurious dependencies. * [python3] Add workaround for SDK 10.0.22000.0 * x-add-version
2021-09-13[Python3] update to 3.9.7 (#19851)JonLiu1993
* [Python3] update to 3.9.7 * update version * update vcpkg tool python3 to 3.9.7 * update hash to lowercase * update portifile.cmake * update version
2021-07-13[python3] Update to 3.9.6 (#18754)Adam Johnson
* [python3] Bump to 3.9.6 * x-add-version * Update all tools to Python 3.9.6.
2021-06-25[python3] Fix python3:x64-linux builds (#18405)Ankur Verma
* Fix build * Update vcpkg.json * Fix build Co-authored-by: Ankur Verma <ankurv@microsoft.com> Co-authored-by: Ankur Verma <ankurv@nuc.hogwarts>
2021-05-26[python3] Update to 3.9.5 (#17773)Christian Rendina
* [python3] update to 3.9.5 * [vcpkg] update baseline * [scripts] update to py 3.9.5
2021-04-29[python3] Disable registry access to determine WinSDK (#17579)Robert Schumacher
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-03-29[python3] Add feature deprecated-win7-support. (#16420)Adam Johnson
* [python3] Move /MACHINE into MSBuild file. This prevents potential patch application conflicts. * [python3] Add feature deprecated-win7-support. This backports the fix for bpo-39401 from the Python 3.8 branch instead of the one from the Python 3.9 branch, which dropped support for Windows 7. * [python3] Bump port version. * [python3] Fix goof in static patch that omitted pathcch.lib. * x-add-version * [python3] Revert trivial patch changes Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24[python3] upgrade to 3.9.2 (#16315)Adam Johnson
* [python3] Update to 3.9.2. * x-add-version
2021-01-05[python3] Add vcpkg-cmake-wrapper. (#15221)Adam Johnson
* [python3] Add vcpkg-cmake-wrapper.cmake. This is still a WIP... For now, we only remove registry detection on Windows. * [python3] Fix Windows static embedding linkage. * [python3] Fix Linux static library embedding. * [python3] Fix linkage on macOS. * [python3] Only link extra libs when static. * [python3] Bump port version for vcpkg-cmake-wrapper. * [itk] Remove obsolete Python artifact specification. * [pybind11] Remove obsolete Python artifact specification. * [python3] Mark `find_package()` calls as REQUIRED. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [python3] Bump port version after #15378. * [python3] Be more selective about when to unleash the nukes. * [python3] Add usage message. * [python3] Don't swallow `vcpkg_find_acquire_program`'s Python3. * [python3] Don't forcibly change the registry find state. * [python3] fix copypasta error * [python3] Fix config error with the opensubdiv port. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-29[antlr4,python3] Resolve cross port conflicts (#15378)Billy O'Neal
* [python3] Add vcpkg's include directories to the end rather than to the beginning. This is safe because vcpkg never hydrates python3's $(PySrcDir)\externals directory, so it wasn't using vendored dependencies at all. * [antlr4] Install antlr headers in antlr4-runtime rather than the root to avoid stomping on common name token.h. This is consistent with the ubuntu packages.
2020-12-18[python3] Build interpreter (#14891)Adam Johnson