GET /api/v1/ports/py39-outcome/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-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": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "jan",
            "github": "jandemter",
            "ports_count": 57
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-installer",
                "clang-16",
                "py39-setuptools",
                "py39-wheel",
                "py39-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-attrs"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-async_generator",
                "py39-pytest",
                "py39-pytest-asyncio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-pytest-trio",
                "py39-trio"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-trio"
            ]
        }
    ]
}