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

{
    "name": "py39-fipy",
    "portdir": "python/py-fipy",
    "version": "3.4.5",
    "license": "public-domain",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.ctcms.nist.gov/fipy/",
    "description": "FiPy: A Finite Volume PDE Solver Using Python",
    "long_description": "FiPy is an object oriented, partial differential equation (PDE) solver, written in Python, based on a standard finite volume (FV) approach. Uses matplotlib for viewing.",
    "active": true,
    "categories": [
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "jjstickel",
            "github": "jjstickel",
            "ports_count": 163
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py39-setuptools",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39",
                "gmsh",
                "py39-future",
                "py39-matplotlib",
                "py39-numpy",
                "py39-scipy"
            ]
        }
    ],
    "depends_on": []
}