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

{
    "name": "py39-flaky",
    "portdir": "python/py-flaky",
    "version": "3.8.1",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/box/flaky",
    "description": "Plugin for nose or py.test that automatically reruns flaky tests.",
    "long_description": "Plugin for nose or py.test that automatically reruns flaky tests.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-build",
                "py39-setuptools",
                "py39-wheel",
                "py39-installer",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-tox"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py39-last",
                "py39-tensorflow-addons",
                "py39-watchdog",
                "py39-allennlp",
                "py39-pytest-asyncio",
                "py39-python-lsp-server"
            ]
        }
    ]
}