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

{
    "name": "py310-parameterized",
    "portdir": "python/py-parameterized",
    "version": "0.9.0",
    "license": "FreeBSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/wolever/parameterized",
    "description": "Parameterized testing with any Python test framework",
    "long_description": "Parameterized testing with any Python test framework",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-nose",
                "py310-pytest",
                "py310-mock"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py310-transformers"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-aws-sam-translator",
                "py310-m2crypto"
            ]
        }
    ]
}