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

{
    "name": "py310-junit-xml",
    "portdir": "python/py-junit-xml",
    "version": "1.9",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/kyrus/python-junit-xml",
    "description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
    "long_description": "Creates JUnit XML test result documents that can be read by tools such as Jenkins",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-six"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py310-cfn-lint"
            ]
        }
    ]
}