mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:19:01 +08:00
d2b8d93276
Fixed upstream in Python3.11 via https://github.com/python/cpython/issues/89596 Backport here to Python3.10 so libpython doesn't have a needless system dependency on libcrypt (which is different on Linux between RH-based and Debian-based distros too).
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "python3",
|
|
"version": "3.10.7",
|
|
"port-version": 5,
|
|
"description": "The Python programming language",
|
|
"homepage": "https://github.com/python/cpython",
|
|
"license": "Python-2.0",
|
|
"supports": "!uwp & !mingw",
|
|
"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": "libuuid",
|
|
"platform": "!osx & !windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"platform": "!(windows & static)"
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"deprecated-win7-support": {
|
|
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
|
}
|
|
}
|
|
}
|