mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
15dab6a762
* [python3] Update to Python 3.10.0rc2 (for testing). * [python3] Revert trivial patch changes. * [python3] Bump to 3.10.0 final. * x-add-version * update python tools to 3.10.0 * [ecm] Add patch from upstream for Python 3.10. Remove this on the next release. * x-add-version * [python3] Add patch to fix static interpreter. * x-add-version
45 lines
908 B
JSON
45 lines
908 B
JSON
{
|
|
"name": "python3",
|
|
"version-semver": "3.10.0",
|
|
"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"
|
|
],
|
|
"features": {
|
|
"deprecated-win7-support": {
|
|
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
|
}
|
|
}
|
|
}
|