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

{
    "name": "py36-flake8",
    "portdir": "python/py-flake8",
    "version": "4.0.1",
    "license": "MIT",
    "platforms": "darwin",
    "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": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py36-codestyle",
                "py36-entrypoints",
                "py36-flake8-mccabe",
                "py36-importlib-metadata",
                "py36-pyflakes",
                "py36-setuptools",
                "python36"
            ]
        },
        {
            "type": "run",
            "ports": [
                "flake8_select"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-mock",
                "py36-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "py36-getkey"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py36-language-server",
                "py36-flake8-polyfill",
                "py36-pyasdf",
                "py36-python-lsp-server"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py36-obspy"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py36-commonmark",
                "py36-spaCy",
                "py36-thinc",
                "py36-colour"
            ]
        }
    ]
}