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

{
    "name": "py313-geojson",
    "portdir": "python/py-geojson",
    "version": "3.2.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jazzband/geojson",
    "description": "Python bindings and utilities for GeoJSON",
    "long_description": "This library implements all the GeoJSON objects described in The GeoJSON Format Specification. It provides functions encoding and decoding GeoJSON formatted data and is an implementation of the Python __geo_interface__ Specification.",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 566
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py313-installer",
                "clang-17",
                "py313-build",
                "py313-setuptools",
                "py313-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python313"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py313-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-geojson"
            ]
        },
        {
            "type": "run",
            "ports": [
                "qgis3",
                "qgis3-ltr"
            ]
        }
    ]
}