GET /api/v1/ports/py39-pytest-mpl/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py39-pytest-mpl",
    "portdir": "python/py-pytest-mpl",
    "version": "0.16.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/matplotlib/pytest-mpl",
    "description": "pytest plugin to for testing figures output from Matplotlib",
    "long_description": "This is a plugin to faciliate image comparison for Matplotlib figures in pytest. Matplotlib includes a number of test utilities and decorators, but these are geared towards the nose testing framework. Pytest-mpl makes it easy to compare figures produced by tests to reference images when using pytest.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "aronnax",
            "github": "lpsinger",
            "ports_count": 383
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools",
                "py39-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-matplotlib",
                "py39-pytest",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py39-librosa"
            ]
        }
    ]
}