GET /api/v1/ports/py311-pyftdi/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-pyftdi",
"portdir": "python/py-pyftdi",
"version": "0.55.4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/eblot/pyftdi",
"description": "PyFtdi aims at providing a user-space driver for popular FTDI devices, implemented in pure Python language.",
"long_description": "PyFtdi aims at providing a user-space driver for popular FTDI devices, implemented in pure Python language.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-setuptools",
"clang-17",
"py311-wheel",
"py311-build",
"py311-installer"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-serial",
"py311-pyusb"
]
},
{
"type": "test",
"ports": [
"py311-pytest",
"py311-ruamel-yaml"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py311-luma.core"
]
}
]
}