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

{
    "name": "py35-cairo",
    "portdir": "python/py-cairo",
    "version": "1.20.1",
    "license": "(LGPL-2.1 or MPL-1.1)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pygobject/pycairo",
    "description": "Pycairo is set of Python bindings for the cairo graphics library",
    "long_description": "Pycairo is set of Python bindings for the cairo graphics library",
    "active": true,
    "categories": [
        "graphics",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal",
        "quartz",
        "x11"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py35-cython",
                "py35-setuptools",
                "clang-16",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "glib2",
                "cairo",
                "python35"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py35-hypothesis",
                "py35-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py35-matplotlib",
                "py35-gobject3",
                "py35-gobject"
            ]
        }
    ]
}