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

{
    "name": "py37-gevent",
    "portdir": "python/py-gevent",
    "version": "22.10.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://gevent.org",
    "description": "Coroutine-based Python networking library.",
    "long_description": "gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-cython",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-greenlet",
                "py37-setuptools",
                "python37",
                "py37-zopeinterface",
                "py37-zope-event",
                "py37-cffi"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py37-tensor2tensor"
            ]
        }
    ]
}