GET /api/v1/ports/python313-freethreading/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "python313-freethreading",
    "portdir": "lang/python313",
    "version": "3.13.3",
    "license": "PSF",
    "platforms": "{darwin >= 11}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.python.org/",
    "description": "An interpreted, object-oriented programming language (free threading)",
    "long_description": "Python is an interpreted, interactive, object-oriented programming language. This port has the experimental free threading feature enabled, i.e. there is no global interpreter lock (GIL).",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 318
        }
    ],
    "variants": [
        "universal",
        "optimizations",
        "lto",
        "dtrace"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "libedit",
                "libffi",
                "ncurses",
                "bzip2",
                "expat",
                "mpdecimal",
                "gettext-runtime",
                "openssl",
                "xz",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}