GET /api/v1/ports/py-pylru/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py-pylru",
"portdir": "python/py-pylru",
"version": "1.2.0",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jlhutch/pylru",
"description": "A least recently used (LRU) cache for Python.",
"long_description": "Pylru implements a true LRU cache along with several support classes.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "miguel",
"github": "ipglider",
"ports_count": 75
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py37-pylru"
]
}
],
"depends_on": []
}