mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
2ed5383f7b
* Remove unused EXTRA_QUOTES * Uniformly invoke 'configure' * [libtasn1] Fix mingw build * Unify prefix handling * Revise install dir processing * x-add-version * Force libdir to lib (adopted from #19666) * [skip actions] CI rebuild * CR request: Put backslash before shell var * CR request: Use vcpkg_list * Update versions * Fix python3 options * Update versions * Bump python port-version. * CR request: Add comment about backslashes before prefix Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
46 lines
928 B
JSON
46 lines
928 B
JSON
{
|
|
"name": "python3",
|
|
"version-semver": "3.9.7",
|
|
"port-version": 2,
|
|
"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."
|
|
}
|
|
}
|
|
}
|