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

{
    "name": "py27-eyed3",
    "portdir": "python/py-eyed3",
    "version": "0.8.12",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://eyed3.readthedocs.io",
    "description": "Python audio data toolkit (ID3 and MP3)",
    "long_description": "eyeD3 is a Python tool for working with audio files, specifically MP3 files containing ID3 metadata (i.e. song info). It provides a command-line tool (eyeD3) and a Python library (import eyed3) that can be used to write your own applications or plugins that are callable from the command-line tool.",
    "active": false,
    "categories": [
        "audio",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-magic",
                "py27-pathlib2",
                "py27-setuptools",
                "py27-six"
            ]
        }
    ],
    "depends_on": []
}