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

{
    "name": "py310-xlrd",
    "portdir": "python/py-xlrd",
    "version": "2.0.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.python-excel.org/",
    "description": "module to extract data from Microsoft Excel spreadsheet files",
    "long_description": "xlrd is a Python module to extract data from Microsoft Excel spreadsheet files.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 150
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-agate-excel"
            ]
        }
    ]
}