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

{
    "name": "py310-docx",
    "portdir": "python/py-docx",
    "version": "0.8.11",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/python-openxml/python-docx",
    "description": "Create and update Microsoft Word .docx files",
    "long_description": "Create and update Microsoft Word .docx files",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "py310-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-lxml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-mock",
                "py310-parsing",
                "py310-pytest"
            ]
        }
    ],
    "depends_on": []
}