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

{
    "name": "octave-pythonic",
    "portdir": "octave/octave-pythonic",
    "version": "0.1.3",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gitlab.com/gnu-octave/octave-pythonic",
    "description": "Pythonic is a package that provides a Python native calling interface for GNU Octave.",
    "long_description": "Pythonic is a package that provides a Python native calling interface for GNU Octave.",
    "active": true,
    "categories": [
        "science",
        "math",
        "octave"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1077
        }
    ],
    "variants": [
        "python39",
        "python310",
        "python311",
        "python312",
        "python313",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "octave",
                "python313"
            ]
        }
    ],
    "depends_on": []
}