2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "python3",
|
2021-05-27 06:09:28 +08:00
|
|
|
"version-string": "3.9.5",
|
2020-12-19 04:00:45 +08:00
|
|
|
"description": "The Python programming language",
|
|
|
|
"homepage": "https://github.com/python/cpython",
|
|
|
|
"supports": "!(arm | uwp)",
|
|
|
|
"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)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|