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

{
    "name": "py-openopt",
    "portdir": "python/py-openopt",
    "version": "0.5629",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://pypi.org/project/openopt/",
    "description": "Numerical optimization framework for python",
    "long_description": "OpenOpt is a free optimization framework for python. It interfaces with many different algorithms for solving optimization problems, some of which are written in C or Fortran.",
    "active": false,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py37-openopt"
            ]
        }
    ],
    "depends_on": []
}