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

{
    "name": "beets-copyartifacts",
    "portdir": "audio/beets",
    "version": "0.1.5",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/adammillerio/beets-copyartifacts",
    "description": "beets plugin to copy non-music files to import path",
    "long_description": "beets plugin to copy non-music files to import path",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "beets"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "beets-full"
            ]
        }
    ]
}