GET /api/v1/ports/py27-spatialite/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-spatialite",
"portdir": "python/py-spatialite",
"version": "3.0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lokkju/pyspatialite",
"description": "Python interface to SQLite 3 and Spatialite",
"long_description": "pyspatialite is an interface to the SQLite 3.x embedded relational database engine with spatialite extensions. It is almost fully compliant with the Python database API version 2.0 also exposes the unique features of SQLite and spatialite.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"spatialite",
"proj4",
"python27",
"geos"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-spatialite"
]
}
]
}