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

{
    "name": "py38-eventlet",
    "portdir": "python/py-eventlet",
    "version": "0.37.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://eventlet.net/",
    "description": "Highly concurrent networking library",
    "long_description": "Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "clang-17",
                "py38-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38",
                "py38-dnspython",
                "py38-greenlet",
                "py38-six"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py38-fasteners"
            ]
        }
    ]
}