GET /api/v1/ports/python33/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "python33",
    "portdir": "lang/python33",
    "version": "3.3.7",
    "license": "PSF",
    "platforms": "darwin",
    "epoch": 20141012,
    "replaced_by": null,
    "homepage": "https://www.python.org/",
    "description": "An interpreted, object-oriented programming language",
    "long_description": "Python is an interpreted, interactive, object-oriented programming language.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 349
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "sqlite3",
                "libedit",
                "ncurses",
                "bzip2",
                "gettext-runtime",
                "openssl10",
                "xz"
            ]
        },
        {
            "type": "run",
            "ports": [
                "python_select",
                "python3_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py33-altgraph",
                "py33-bdist_mpkg",
                "py33-pip",
                "py33-setuptools",
                "py33-gdbm",
                "py33-tkinter"
            ]
        }
    ]
}