GET /api/v1/ports/py37-outcome/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-outcome",
"portdir": "python/py-outcome",
"version": "1.1.0",
"license": "(Apache-2 or MIT)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-trio/outcome",
"description": "Capture the outcome of Python function calls",
"long_description": "Capture the outcome of Python function calls. Extracted from the Trio project.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 64
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-wheel",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"py37-attrs"
]
},
{
"type": "test",
"ports": [
"py37-async_generator",
"py37-pytest",
"py37-pytest-asyncio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-trio",
"py37-pytest-trio"
]
},
{
"type": "run",
"ports": [
"py37-trio"
]
}
]
}