{ "name": "python3", "version-string": "3.9.2", "port-version": 1, "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", "dependencies": [ { "name": "bzip2", "platform": "!(windows & static)" }, "expat", { "name": "gettext", "platform": "osx" }, { "name": "libffi", "platform": "!(windows & static)" }, { "name": "libiconv", "platform": "osx" }, { "name": "liblzma", "platform": "!(windows & static)" }, { "name": "openssl", "platform": "!(windows & static)" }, { "name": "sqlite3", "platform": "!(windows & static)" }, "zlib" ], "features": { "deprecated-win7-support": { "description": "Deprecated support for the Windows 7 platform -- may be removed at any time." } } }