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

{
    "name": "py27-gd",
    "portdir": "python/py-gd",
    "version": "0.59",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Solomoriah/gdmodule",
    "description": "py-gd is a python wrapper for the GD library",
    "long_description": "py-gd is a python wrapper for the graphics library GD so you can use python to create/manipulate images (png, jpeg) by drawing lines, text, doing flood-fills, etc.",
    "active": true,
    "categories": [
        "graphics",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gd2",
                "giflib",
                "python27"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-gd"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-sisynala"
            ]
        }
    ]
}