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

{
    "name": "py311-shapely",
    "portdir": "python/py-shapely",
    "version": "2.0.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://shapely.readthedocs.io/en/stable/",
    "description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries",
    "long_description": "Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS (http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 149
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py311-setuptools",
                "py311-wheel",
                "py311-cython",
                "py311-build",
                "py311-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311",
                "py311-numpy",
                "geos"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py311-geopandas",
                "py311-cartopy"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-libpysal",
                "py311-spaghetti",
                "py311-spopt",
                "py311-momepy",
                "py311-pointpats",
                "py311-rasterstats",
                "py311-esda"
            ]
        }
    ]
}