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

{
    "name": "py35-minidb",
    "portdir": "python/py-minidb",
    "version": "2.0.2",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://thp.io/2010/minidb/",
    "description": "A simple SQLite3-based store for Python objects",
    "long_description": "A simple SQLite3-based store for Python objects",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python35"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py35-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py35-urlwatch"
            ]
        }
    ]
}