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

{
    "name": "py27-metakernel",
    "portdir": "python/py-metakernel",
    "version": "0.28.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Calysto/metakernel",
    "description": "A Jupyter/IPython kernel template",
    "long_description": "A Jupyter/IPython kernel template which includes core magic functions (including help, command and file path completion, parallel and distributed processing, downloads, and much more).",
    "active": false,
    "categories": [
        "devel",
        "science",
        "python"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1048
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-notebook"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-oct2py"
            ]
        }
    ]
}