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

{
    "name": "py36-pytest-asyncio",
    "portdir": "python/py-pytest-asyncio",
    "version": "0.14.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pytest-dev/pytest-asyncio",
    "description": "pytest support for asyncio",
    "long_description": "asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing easier.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 66
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py36-setuptools",
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-pytest"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-async_generator",
                "py36-hypothesis"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py36-outcome",
                "py36-cssselect"
            ]
        }
    ]
}