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