mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
378ffbb940
* [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>
41 lines
768 B
JSON
41 lines
768 B
JSON
{
|
|
"name": "python3",
|
|
"version-string": "3.9.0",
|
|
"port-version": 3,
|
|
"description": "The Python programming language",
|
|
"homepage": "https://github.com/python/cpython",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "bzip2",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
"expat",
|
|
{
|
|
"name": "gettext",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "libffi",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "liblzma",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|