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

{
    "name": "buildbot-grid-view",
    "portdir": "devel/buildbot-grid-view",
    "version": "3.10.1",
    "license": "GPL-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://buildbot.net",
    "description": "grid view plugin for Buildbot web UI",
    "long_description": "grid view plugin for Buildbot web UI",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1759
        },
        {
            "name": "mojca",
            "github": "mojca",
            "ports_count": 214
        },
        {
            "name": "rajdeep",
            "github": "rajdeepbh",
            "ports_count": 24
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py310-build",
                "py310-installer",
                "buildbot-pkg",
                "py310-setuptools",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "buildbot-www"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "buildbot"
            ]
        }
    ]
}