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

{
    "name": "py313-gmpy2",
    "portdir": "python/py-gmpy2",
    "version": "2.2.1",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/aleaxit/gmpy",
    "description": "General multiple precision arithmetic module for Python",
    "long_description": "GMPY2 is a C-coded Python extension module that supports fast multiple-precision arithmetic. GMPY2 supports integer and rational arithmetic (using the GMP library), correctly rounded multiple-precision real arithmetic (using the MPFR library), and complex arithmetic (using the MPC library).",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "md14-macports",
            "github": "mndavidoff",
            "ports_count": 20
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-wheel",
                "clang-17",
                "py313-build",
                "py313-installer",
                "py313-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libmpc",
                "mpfr",
                "python313",
                "gmp"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "py313-scipy"
            ]
        }
    ]
}