GET /api/v1/ports/py38-pytest-asyncio/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py38-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": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 64
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-17",
"py38-setuptools",
"py38-setuptools_scm",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-pytest"
]
},
{
"type": "test",
"ports": [
"py38-flaky",
"py38-hypothesis",
"py38-mypy",
"py38-pytest",
"py38-pytest-trio"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-pygls",
"py38-cssselect",
"py38-mitmproxy",
"py38-scrapy",
"py38-outcome",
"py38-pytest-mock",
"py38-blinker",
"py38-structlog"
]
}
]
}