mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
90 lines
1.9 KiB
JSON
90 lines
1.9 KiB
JSON
{
|
|
"name": "python3",
|
|
"version": "3.11.10",
|
|
"description": "The Python programming language",
|
|
"homepage": "https://github.com/python/cpython",
|
|
"license": "Python-2.0",
|
|
"supports": "!uwp & !mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "libiconv",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"features": [
|
|
"extensions"
|
|
],
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-get-python",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "extensions",
|
|
"platform": "!(staticcrt & windows)"
|
|
}
|
|
],
|
|
"features": {
|
|
"deprecated-win7-support": {
|
|
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
|
},
|
|
"extensions": {
|
|
"description": "Allow the build and usage of python extensions. On windows this requires python to be a dynamic library!",
|
|
"supports": "!(staticcrt & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "bzip2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "expat",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "libffi",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "liblzma",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"readline": {
|
|
"description": "Build with readline. Requires system readline to be installed",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|