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

{
    "name": "py312-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": [
                "py312-wheel",
                "clang-17",
                "py312-build",
                "py312-installer",
                "py312-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest",
                "py312-mock",
                "py312-nose"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-parameterized"
            ]
        },
        {
            "type": "test",
            "ports": [
                "linkchecker",
                "py312-aws-sam-translator"
            ]
        }
    ]
}