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

{
    "name": "py-fuse",
    "portdir": "fuse/py-fuse",
    "version": "0.2.1",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/libfuse/python-fuse",
    "description": "Python interface for FUSE",
    "long_description": "Python interface for FUSE",
    "active": true,
    "categories": [
        "fuse",
        "python"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 74
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-fuse",
                "macfuse"
            ]
        }
    ],
    "depends_on": []
}