HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py312-mypy",
"portdir": "python/py-mypy",
"version": "1.11.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mypy-lang.org",
"description": "Optional static typing for Python",
"long_description": "Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "toby",
"github": "tobypeterson",
"ports_count": 199
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py312-types-setuptools",
"py312-installer",
"py312-setuptools",
"py312-wheel",
"py312-types-psutil",
"clang-16",
"py312-build"
]
},
{
"type": "lib",
"ports": [
"py312-typing_extensions",
"py312-mypy_extensions",
"python312"
]
},
{
"type": "run",
"ports": [
"mypy_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-scipy",
"py-mypy",
"refurb"
]
},
{
"type": "run",
"ports": [
"py312-orjson",
"py312-pytest-mypy"
]
},
{
"type": "test",
"ports": [
"py312-trio",
"py312-rsa",
"py312-typer",
"py312-pytest-asyncio"
]
}
]
}