diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-10-01 08:58:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 23:58:36 -0700 |
| commit | 2ed5383f7b88b23975f9cfd325f6451fd8716fb2 (patch) | |
| tree | e35a8fd32812c05c3e35c513fcfa8610d7447707 /versions/p-/python3.json | |
| parent | 41874992952fffd37c60583391802e29b6f14d86 (diff) | |
| download | vcpkg-2ed5383f7b88b23975f9cfd325f6451fd8716fb2.tar.gz vcpkg-2ed5383f7b88b23975f9cfd325f6451fd8716fb2.zip | |
[vcpkg_configure_make] Standardize `OPTIONS` list item handling (#19540)
* 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>
Diffstat (limited to 'versions/p-/python3.json')
| -rw-r--r-- | versions/p-/python3.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/p-/python3.json b/versions/p-/python3.json index b4fc82009..64e2590cd 100644 --- a/versions/p-/python3.json +++ b/versions/p-/python3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3975ee0659914edc75d63f914ac91bb3b7453f0c", + "version-semver": "3.9.7", + "port-version": 2 + }, + { "git-tree": "6a1011c32aa2eb7de0b9a6184b2805e34c41f0b5", "version-semver": "3.9.7", "port-version": 1 |
