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

{
    "name": "py310-epsg",
    "portdir": "python/py-epsg",
    "version": "0.4.0",
    "license": "LGPL-3",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rhattersley/pyepsg",
    "description": "Easy access to the EPSG database via https://epsg.io/",
    "long_description": "Easy access to the EPSG database via https://epsg.io/",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 503
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-requests",
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-cartopy"
            ]
        }
    ]
}