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

{
    "name": "py27-geoalchemy",
    "portdir": "python/py-geoalchemy",
    "version": "0.7.2",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.geoalchemy.org/",
    "description": "Python SQL ORM Geospatial",
    "long_description": "GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial data types at the ORM layer using SQLAlchemy. It aims to support spatial operations and relations specified by the Open Geospatial Consortium (OGC). The project started under Google Summer of Code Program under the mentorship of Mark Ramm-Christensen.",
    "active": true,
    "categories": [
        "databases",
        "python"
    ],
    "maintainers": [
        {
            "name": "jls",
            "github": "",
            "ports_count": 2
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py27-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-psycopg2",
                "py27-sqlalchemy"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-geoalchemy"
            ]
        }
    ]
}