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