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

{
    "name": "beets-bpmanalyser",
    "portdir": "audio/beets",
    "version": "1.5.9",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/adamjakab/BeetsPluginBpmAnalyser",
    "description": "A beets plugin for analysing tempo of songs and storing it in the bpm tag.",
    "long_description": "A beets plugin for analysing tempo of songs and storing it in the bpm tag.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-poetry-core",
                "clang-17",
                "py313-build",
                "py313-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "beets",
                "python313",
                "py313-numpy",
                "py313-aubio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "beets-full"
            ]
        }
    ]
}