GET /api/v1/ports/py311-django/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-django",
"portdir": "python/py-django",
"version": "5.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.djangoproject.com",
"description": "Django is a high-level Python Web framework",
"long_description": "Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-sqlparse",
"py311-asgiref"
]
},
{
"type": "run",
"ports": [
"py311-tz",
"py311-sqlparse"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-tastypie",
"py311-django-allauth",
"py311-django-debug-toolbar",
"py311-django-extensions"
]
},
{
"type": "run",
"ports": [
"py311-django-countries",
"py311-django-mailman3"
]
}
]
}