From fe3e544fa57c0dc37190a1e06353e1a4b15c9ecd Mon Sep 17 00:00:00 2001 From: Long Huan <8551701+longhuan2018@users.noreply.github.com> Date: Mon, 30 Sep 2019 09:58:00 +0800 Subject: [python3]make python3 support unix (#8055) * support unix * Update portfile.cmake call vcpkg_execute_build_process instead of vcpkg_execute_required_process --- ports/python3/CONTROL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/python3/CONTROL') diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index 1b9a01988..da8409fd9 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,4 +1,5 @@ Source: python3 Version: 3.7.3 Homepage: https://github.com/python/cpython -Description: The Python programming language as an embeddable library \ No newline at end of file +Description: The Python programming language as an embeddable library +Build-Depends: libffi, openssl \ No newline at end of file -- cgit v1.2.3 From d02bfe065d1ed48e00cc41d4f6a274541cd4603e Mon Sep 17 00:00:00 2001 From: heydojo Date: Mon, 18 Nov 2019 22:04:25 +0000 Subject: Prevent python3 build failure (#9014) * Prevent python3 build failure If VCPKG_BUILD_TYPE release is set inside a triplet, then the build will fail because the port file attempts to deal with debug files which will never exist. The changes in this patch allow the build to succeed if VCPKG_BUILD_TYPE release is stipulated using a triplet before a build of the python3 port is initiated. * python3 version bump Port clean up and version number bump. * libxslt release triplet build fix This patch fixes a condition where if a debug build is disabled via triplet, the build fails and an empty directory error message is sent to the console. --- ports/python3/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/python3/CONTROL') diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index da8409fd9..7550d5568 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,5 +1,5 @@ Source: python3 -Version: 3.7.3 +Version: 3.7.4 Homepage: https://github.com/python/cpython Description: The Python programming language as an embeddable library Build-Depends: libffi, openssl \ No newline at end of file -- cgit v1.2.3