GET /api/v1/ports/csvkit_select/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "csvkit_select",
"portdir": "python/csvkit_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default csvkit version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of csvkit",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-csvkit",
"py35-csvkit",
"py36-csvkit",
"py37-csvkit",
"py38-csvkit",
"py39-csvkit",
"py310-csvkit",
"py311-csvkit",
"py312-csvkit",
"py313-csvkit"
]
}
]
}