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

{
    "name": "py39-pytest-xprocess",
    "portdir": "python/py-pytest-xprocess",
    "version": "0.23.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pytest-dev/pytest-xprocess/",
    "description": "A pytest plugin for managing processes across test runs.",
    "long_description": "A pytest plugin for managing processes across test runs.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools",
                "py39-setuptools_scm"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-psutil",
                "py39-pytest",
                "python39"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py39-werkzeug"
            ]
        }
    ]
}