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

{
    "name": "py36-gmpy2",
    "portdir": "python/py-gmpy2",
    "version": "2.1.0",
    "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 the GMP library for integer and rational arithmetic and multiple-precision real and complex arithmetic as provided by the MPFR and MPC libraries.",
    "active": false,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "md14-macports",
            "github": "mndavidoff",
            "ports_count": 20
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gmp",
                "python36",
                "libmpc",
                "mpfr"
            ]
        }
    ],
    "depends_on": []
}