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

{
    "name": "py310-zope-event",
    "portdir": "python/py-zope-event",
    "version": "5.0",
    "license": "ZPL-2.1",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/zopefoundation/zope.event",
    "description": "Very basic event publishing system",
    "long_description": "The zope.event package provides a simple event system, including an event publishing API, intended for use by applications which are unaware of any subscribers to their events, and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built.",
    "active": true,
    "categories": [
        "python",
        "zope"
    ],
    "maintainers": [],
    "variants": [
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-build",
                "py310-setuptools",
                "py310-wheel",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-gevent",
                "py310-zope-component"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-zope-schema"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-zopeinterface"
            ]
        }
    ]
}