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

{
    "name": "py27-graphpath",
    "portdir": "python/py-graphpath",
    "version": "0.7",
    "license": "GPL-2",
    "platforms": "{darwin any} freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.langdale.com.au/GraphPath",
    "description": "small language for ananlysing graph-structured data in Python",
    "long_description": "GraphPath is a little-language for analysing graph-structured data, especially RDF. The syntax of GraphPath is reminiscent of XPath. It provides a query evaluator and a goal-driven inference engine, which work together to perform graph analysis.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-graphpath"
            ]
        }
    ]
}