2020-12-18 15:00:45 -05:00
|
|
|
{
|
|
|
|
"name": "python3",
|
2022-06-17 17:15:56 -04:00
|
|
|
"version": "3.10.5",
|
2022-07-12 20:08:50 +02:00
|
|
|
"port-version": 1,
|
2020-12-18 15:00:45 -05:00
|
|
|
"description": "The Python programming language",
|
|
|
|
"homepage": "https://github.com/python/cpython",
|
2022-02-04 01:17:37 -08:00
|
|
|
"license": "Python-2.0",
|
2022-07-12 20:08:50 +02:00
|
|
|
"supports": "!uwp & !mingw",
|
2020-12-18 15:00:45 -05:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "bzip2",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
"expat",
|
2021-01-05 16:39:53 -05:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
2020-12-18 15:00:45 -05:00
|
|
|
{
|
|
|
|
"name": "libffi",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
2021-01-05 16:39:53 -05:00
|
|
|
{
|
|
|
|
"name": "libiconv",
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
2020-12-18 15:00:45 -05: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-18 15:00:45 -05:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"platform": "!(windows & static)"
|
|
|
|
},
|
|
|
|
"zlib"
|
2021-03-29 13:09:14 -04:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"deprecated-win7-support": {
|
|
|
|
"description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
|
|
|
|
}
|
|
|
|
}
|
2020-12-18 15:00:45 -05:00
|
|
|
}
|