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

{
    "name": "py-matplotlib",
    "portdir": "python/py-matplotlib",
    "version": "3.10.3",
    "license": "(PSF or BSD)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://matplotlib.org/",
    "description": "Matplotlib is a python plotting library",
    "long_description": "Matplotlib strives to produce publication quality 2D graphics for interactive graphing, scientific publishing, user interface development and web application servers targeting multiple user interfaces and hardcopy output formats. There is a 'pylab' mode which emulates matlab graphics. The library uses numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different GUIs (gtk2, gtk3, tkinter, qt4, qt5, cairo, latex).",
    "active": true,
    "categories": [
        "graphics",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1585
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py313-matplotlib"
            ]
        }
    ],
    "depends_on": []
}