2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "python3",
|
2024-03-05 17:29:47 +08:00
|
|
|
"version": "3.11.8",
|
2024-06-20 05:07:05 +08:00
|
|
|
"port-version": 4,
|
2020-12-19 04:00:45 +08:00
|
|
|
"description": "The Python programming language",
|
|
|
|
"homepage": "https://github.com/python/cpython",
|
2022-02-04 17:17:37 +08:00
|
|
|
"license": "Python-2.0",
|
2022-07-13 02:08:50 +08:00
|
|
|
"supports": "!uwp & !mingw",
|
2020-12-19 04:00:45 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "bzip2",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
"expat",
|
2021-01-06 05:39:53 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "libffi",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
2021-01-06 05:39:53 +08:00
|
|
|
{
|
|
|
|
"name": "libiconv",
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "liblzma",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
2022-08-05 04:49:06 +08:00
|
|
|
{
|
|
|
|
"name": "libuuid",
|
|
|
|
"platform": "!osx & !windows"
|
|
|
|
},
|
2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
2021-12-17 14:20:11 +08:00
|
|
|
{
|
|
|
|
"name": "python3",
|
|
|
|
"host": true
|
|
|
|
},
|
2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
2024-06-18 02:36:07 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-get-python",
|
|
|
|
"host": true
|
|
|
|
},
|
2023-08-10 01:29:22 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
2020-12-19 04:00:45 +08:00
|
|
|
"zlib"
|
2021-03-30 01:09:14 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"deprecated-win7-support": {
|
|
|
|
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
|
|
|
}
|
|
|
|
}
|
2020-12-19 04:00:45 +08:00
|
|
|
}
|