2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "python3",
|
2022-03-14 16:09:48 +08:00
|
|
|
"version": "3.10.2",
|
2022-06-01 07:20:33 +08:00
|
|
|
"port-version": 2,
|
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",
|
2021-12-17 14:20:11 +08:00
|
|
|
"supports": "!uwp",
|
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)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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)"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|