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

{
    "name": "beets-autofix",
    "portdir": "audio/beets",
    "version": "0.1.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/adamjakab/BeetsPluginAutofix",
    "description": "A beets plugin to execute repetitive tasks in one go.",
    "long_description": "A beets plugin to execute repetitive tasks in one go.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "py310-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-alive-progress",
                "beets"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "beets-full"
            ]
        }
    ]
}