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

{
    "name": "py311-pytest-mypy",
    "portdir": "python/py-pytest-mypy",
    "version": "0.10.3",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/dbader/pytest-mypy",
    "description": "Mypy static type checker plugin for pytest",
    "long_description": "Mypy static type checker plugin for pytest",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-setuptools",
                "clang-17",
                "py311-setuptools_scm",
                "py311-wheel",
                "py311-build",
                "py311-installer"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-filelock",
                "py311-attrs",
                "py311-mypy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": []
}