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

{
    "name": "beets-mosaic",
    "portdir": "audio/beets",
    "version": "0.9.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/susannamaria/beets-mosaic",
    "description": "Plugin for the music library manager Beets. The mosaic plugin generates a montage of a mosiac from cover art.",
    "long_description": "Plugin for the music library manager Beets. The mosaic plugin generates a montage of a mosiac from cover art.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-fonttools",
                "beets",
                "py310-ttfquery",
                "python310",
                "py310-requests",
                "py310-Pillow",
                "py310-parse"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "beets-full"
            ]
        }
    ]
}