GET /api/v1/ports/py27-gnuplot/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-gnuplot",
"portdir": "python/py-gnuplot",
"version": "1.8",
"license": "LGPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gnuplot-py.sourceforge.net/",
"description": "A Python interface to the gnuplot plotting program.",
"long_description": "Gnuplot.py is a Python package that allows you to create graphs from within Python using the gnuplot plotting program.",
"active": true,
"categories": [
"devel",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-numpy"
]
},
{
"type": "run",
"ports": [
"gnuplot"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-gnuplot"
]
}
]
}