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

{
    "name": "py312-supervisor",
    "portdir": "python/py-supervisor",
    "version": "4.2.5",
    "license": "BSD and ZPL-2.1",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.supervisord.org/",
    "description": "Process manager for UNIX-like OSs",
    "long_description": "The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-setuptools",
                "py312-wheel",
                "clang-16",
                "py312-build",
                "py312-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312",
                "py312-setuptools"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-supervisor"
            ]
        }
    ]
}