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

{
    "name": "py38-fortranformat",
    "portdir": "python/py-fortranformat",
    "version": "0.2.5",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/simright/py-fortranformat",
    "description": "Mimics Fortran textual IO in Python",
    "long_description": "Generates text from a Python list of variables or will read a line of text into Python variables according to the FORTRAN format statement passed.",
    "active": false,
    "categories": [
        "science",
        "python",
        "print"
    ],
    "maintainers": [
        {
            "name": "smithsp",
            "github": "smithsp",
            "ports_count": 32
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py38-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        }
    ],
    "depends_on": []
}