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

{
    "name": "py311-mido",
    "portdir": "python/py-mido",
    "version": "1.2.9",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mido.readthedocs.io/",
    "description": "MIDI Objects for Python",
    "long_description": "Mido is a library for working with MIDI messages and ports.",
    "active": true,
    "categories": [
        "audio",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-setuptools",
                "py311-build",
                "py311-installer",
                "py311-wheel",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-mido"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-pretty-midi"
            ]
        }
    ]
}