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

{
    "name": "py27-SDL2",
    "portdir": "python/py-SDL2",
    "version": "0.9.16",
    "license": "public-domain",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.org/project/PySDL2",
    "description": "a python wrapper around the SDL2 library",
    "long_description": "PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.",
    "active": true,
    "categories": [
        "devel",
        "multimedia",
        "python"
    ],
    "maintainers": [
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 276
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl2_image",
                "libsdl2_mixer",
                "python27",
                "libsdl2_ttf",
                "libsdl2"
            ]
        }
    ],
    "depends_on": []
}