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

{
    "name": "py38-pytest-mock",
    "portdir": "python/py-pytest-mock",
    "version": "3.14.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pytest-dev/pytest-mock/",
    "description": "Thin-wrapper around the mock package for easier use with py.test",
    "long_description": "Thin-wrapper around the mock package for easier use with py.test. This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-build",
                "clang-17",
                "py38-installer",
                "py38-setuptools",
                "py38-setuptools_scm",
                "py38-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-pytest",
                "py38-mock"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py38-pytest",
                "py38-pytest-asyncio"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py38-qstylizer",
                "py38-natsort",
                "py38-honcho",
                "py38-graphviz",
                "py38-tzlocal"
            ]
        }
    ]
}