GET /api/v1/ports/py27-sexpdata/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-sexpdata",
"portdir": "python/py-sexpdata",
"version": "0.0.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkf/sexpdata",
"description": "S-expression parser for Python",
"long_description": "sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-epc"
]
}
]
}