GET /api/v1/ports/py39-autoflake/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-autoflake",
"portdir": "python/py-autoflake",
"version": "2.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/PyCQA/autoflake",
"description": "Removes unused imports and unused variables",
"long_description": "Removes unused imports and unused variables",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-build",
"py39-hatchling",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-pyflakes",
"py39-tomli",
"python39"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-orjson"
]
}
]
}