We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84ebd commit b7e129bCopy full SHA for b7e129b
ports/py-wheel/portfile.cmake
@@ -10,8 +10,4 @@ vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)
10
11
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
12
13
-if(NOT VCPKG_TARGET_IS_WINDOWS)
14
- vcpkg_copy_tools(TOOL_NAMES wheel DESTINATION "${CURRENT_PACKAGES_DIR}/tools/python3" AUTO_CLEAN)
15
-endif()
16
-
17
set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
ports/py-wheel/vcpkg.json
@@ -1,6 +1,7 @@
1
{
2
"name": "py-wheel",
3
"version": "0.41.3",
4
+ "port-version": 1,
5
"description": "The official binary distribution format for Python",
6
"homepage": "https://github.com/pypa/wheel",
7
"license": "MIT",
0 commit comments