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

{
    "name": "py-tinycss2",
    "portdir": "python/py-tinycss2",
    "version": "1.4.0",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.courtbouillon.org/tinycss2",
    "description": "tinycss2 is a low-level CSS parser and generator written in Python",
    "long_description": "tinycss2 is a low-level CSS parser and generator written in Python: it can parse strings, return objects representing tokens and blocks, and generate CSS strings corresponding to these objects.",
    "active": true,
    "categories": [
        "graphics",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1623
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-tinycss2"
            ]
        }
    ],
    "depends_on": []
}