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

{
    "name": "buildbot-worker",
    "portdir": "devel/buildbot-worker",
    "version": "3.10.1",
    "license": "GPL-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://buildbot.net",
    "description": "build worker for Buildbot continuous integration system",
    "long_description": "Buildbot is a system to automate the compile/test cycle of most software projects to validate code changes. This port provides the worker part of the system. The legacy version is available in the buildbot-slave-0.8 port.",
    "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": [
                "py310-setuptools",
                "clang-16",
                "py310-installer",
                "py310-build",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-autobahn",
                "py310-twisted",
                "py310-msgpack",
                "py310-future"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-mock"
            ]
        }
    ],
    "depends_on": []
}