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

{
    "name": "py39-flake8",
    "portdir": "python/py-flake8",
    "version": "7.0.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://flake8.readthedocs.org/",
    "description": "The modular source code checker: pep8, pyflakes and Co.",
    "long_description": "Flake8 runs all the tools by launching the single flake8 script. It is is a wrapper around the following tools: PyFlakes, PEP8 and the McCabe script by Ned Batchelder. It displays the warnings in a per-file, merged output, features Git and Mercurial hook and is extendable through flake8.extension entry points.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 505
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "py39-codestyle",
                "py39-flake8-mccabe",
                "py39-pyflakes"
            ]
        },
        {
            "type": "run",
            "ports": [
                "flake8_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-mock",
                "py39-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-python-lsp-server",
                "py39-flake8-polyfill",
                "py39-sphinx-copybutton"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-transformers",
                "py39-pytest-flake8",
                "py39-pytest-lazy-fixture"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-thinc",
                "py39-allennlp",
                "py39-spaCy"
            ]
        }
    ]
}