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