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

{
    "name": "py27-pydot",
    "portdir": "python/py-pydot",
    "version": "1.4.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/erocarrera/pydot",
    "description": "Python interface to Graphviz's Dot",
    "long_description": "This module provides with a full interface to create handle modify and process graphs in Graphviz's dot language.",
    "active": true,
    "categories": [
        "graphics",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "run",
            "ports": [
                "graphviz",
                "py27-parsing"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-prov",
                "py27-pebl",
                "py27-pygraph-dot"
            ]
        }
    ]
}