2020-12-19 04:00:45 +08:00
|
|
|
{
|
|
|
|
"name": "python3",
|
|
|
|
"version-string": "3.9.0",
|
2021-01-06 05:39:53 +08:00
|
|
|
"port-version": 3,
|
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"
|
|
|
|
]
|
|
|
|
}
|