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

{
    "name": "py313-jedi",
    "portdir": "python/py-jedi",
    "version": "0.19.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/davidhalter/jedi",
    "description": "An autocompletion tool for Python that can be used for text editors.",
    "long_description": "An autocompletion tool for Python that can be used for text editors.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-build",
                "py313-setuptools",
                "py313-wheel",
                "clang-17",
                "py313-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-parso",
                "python313"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py313-pudb",
                "py313-python-lsp-server",
                "py313-ptpython",
                "py313-ipython",
                "py-jedi"
            ]
        }
    ]
}