GET /api/v1/ports/py-sqlite/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py-sqlite",
"portdir": "python/py-sqlite",
"version": "2.8.3",
"license": "zlib",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pysqlite",
"description": "python database extension for sqlite",
"long_description": "PySQLite is a Python extension for SQLite that conforms to the Python Database API Specification 2.0.",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-sqlite"
]
}
],
"depends_on": []
}