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

{
    "name": "py39-sympy",
    "portdir": "python/py-sympy",
    "version": "1.12",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sympy.org/",
    "description": "Python module for symbolic mathematics.",
    "long_description": "SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.",
    "active": true,
    "categories": [
        "science",
        "math",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2546
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py39-wheel",
                "py39-build",
                "py39-installer",
                "py39-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py39-mpmath",
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py-sympy_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-fiat",
                "py39-quantecon"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-cfn-lint",
                "py39-coremltools",
                "py39-pymatgen",
                "py39-spyder",
                "py39-spyder-devel",
                "py39-tensor2tensor"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py39-nbval"
            ]
        }
    ]
}