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

{
    "name": "py311-pytest-benchmark",
    "portdir": "python/py-pytest-benchmark",
    "version": "4.0.0",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ionelmc/pytest-benchmark",
    "description": "A pytest fixture for benchmarking code.",
    "long_description": "A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-setuptools",
                "clang-17",
                "py311-wheel",
                "py311-build",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-cpuinfo",
                "py311-pytest"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py311-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py311-lazy_object_proxy",
                "py311-cryptography",
                "py311-py7zr",
                "py311-pyppmd"
            ]
        }
    ]
}