GET /api/v1/ports/py311-custom_inherit/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-custom_inherit",
"portdir": "python/py-custom_inherit",
"version": "2.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rsokl/custom_inherit",
"description": "Provides tools for inheriting docstrings in customizable ways.",
"long_description": "Provides tools for inheriting docstrings in customizable ways.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-custom_inherit"
]
}
]
}