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

{
    "name": "py310-pyte",
    "portdir": "python/py-pyte",
    "version": "0.8.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/selectel/pyte",
    "description": "an in memory VTXXX-compatible terminal emulator",
    "long_description": "It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators. pyte follows the suit.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-installer",
                "clang-17",
                "py310-setuptools",
                "py310-pytest-runner",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-wcwidth"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py310-curtsies"
            ]
        }
    ]
}