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

{
    "name": "py310-event",
    "portdir": "python/py-event",
    "version": "0.4.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.python.org/pypi/event/",
    "description": "Python extension module for libevent",
    "long_description": "This module provides a mechanism to execute a function when a specific event on a file handle, file descriptor, or signal occurs, or after a given time has passed.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-cython-compat",
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "libevent1"
            ]
        }
    ],
    "depends_on": []
}