GET /api/v1/ports/py39-typedapi/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-typedapi",
"portdir": "python/py-typedapi",
"version": "0.2.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tensorflow/addons",
"description": "Typedapi gradually add types hints to your public API.",
"long_description": "Typedapi gradually add types hints to your public API. Typedapi is a component of TensorFlow Addons.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python39"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-typedapi"
]
},
{
"type": "test",
"ports": [
"py39-tensorflow-addons"
]
}
]
}