aboutsummaryrefslogtreecommitdiff
path: root/ports/python3
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-10-01 08:58:36 +0200
committerGitHub <noreply@github.com>2021-09-30 23:58:36 -0700
commit2ed5383f7b88b23975f9cfd325f6451fd8716fb2 (patch)
treee35a8fd32812c05c3e35c513fcfa8610d7447707 /ports/python3
parent41874992952fffd37c60583391802e29b6f14d86 (diff)
downloadvcpkg-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 'ports/python3')
-rw-r--r--ports/python3/portfile.cmake2
-rw-r--r--ports/python3/vcpkg.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake
index 2ea878377..8967d5a3d 100644
--- a/ports/python3/portfile.cmake
+++ b/ports/python3/portfile.cmake
@@ -162,7 +162,7 @@ else()
set(OPTIONS
"--with-openssl=${CURRENT_INSTALLED_DIR}"
"--with-ensurepip"
- [[--with-suffix=""]]
+ "--with-suffix="
"--with-system-expat"
)
if(VCPKG_TARGET_IS_OSX)
diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json
index 63740b289..c3bec2e6b 100644
--- a/ports/python3/vcpkg.json
+++ b/ports/python3/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "python3",
"version-semver": "3.9.7",
- "port-version": 1,
+ "port-version": 2,
"description": "The Python programming language",
"homepage": "https://github.com/python/cpython",
"supports": "!(arm | uwp)",