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

{
    "name": "py311-kivy",
    "portdir": "python/py-kivy",
    "version": "1.10.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://kivy.org/",
    "description": "Library for development of multi-touch enabled applications",
    "long_description": "Kivy is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py311-cython",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-pygments",
                "libsdl2_mixer",
                "libsdl2",
                "libsdl2_image",
                "libsdl2_ttf",
                "python311",
                "py311-docutils"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-game",
                "py311-Pillow"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-kivy"
            ]
        }
    ]
}