GET /api/v1/ports/py27-scitools/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-scitools",
"portdir": "python/py-scitools",
"version": "0.9.0",
"license": "bsd",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hplgit/scitools",
"description": "Scientific computing tools for Python",
"long_description": "Scientific computing tools for Python, built on other widely used packages such as Numpy and Scipy.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 401
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-matplotlib"
]
},
{
"type": "run",
"ports": [
"py27-numpy",
"py27-scipy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scitools"
]
}
]
}