GET /api/v1/ports/py310-pytest-asyncio/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-pytest-asyncio",
"portdir": "python/py-pytest-asyncio",
"version": "0.23.7",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pytest-asyncio.readthedocs.io/",
"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": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 64
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"clang-17",
"py310-setuptools",
"py310-setuptools_scm",
"py310-wheel",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-pytest"
]
},
{
"type": "test",
"ports": [
"py310-mypy",
"py310-hypothesis",
"py310-pytest",
"py310-flaky",
"py310-pytest-trio"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py310-mitmproxy",
"py310-pygls",
"py310-scrapy",
"py310-pytest-mock",
"py310-outcome",
"py310-blinker",
"py310-cssselect",
"py310-structlog"
]
}
]
}