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

{
    "name": "py311-shellingham",
    "portdir": "python/py-shellingham",
    "version": "1.5.4",
    "license": "ISC",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sarugaku/shellingham",
    "description": "Tool to Detect Surrounding Shell",
    "long_description": "Shellingham detects what shell the current Python executable is running in.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "davidgilman1",
            "github": "dgilman",
            "ports_count": 91
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-shellingham",
                "poetry",
                "py311-rstcheck",
                "hatch"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-typer"
            ]
        }
    ]
}