GET /api/v1/ports/py27-zc-buildout/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-zc-buildout",
"portdir": "python/py-zc-buildout",
"version": "2.13.3",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.buildout.org",
"description": "System for managing development buildouts",
"long_description": "The Buildout project provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
},
{
"type": "run",
"ports": [
"buildout_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-zc-buildout"
]
}
]
}