GET /api/v1/ports/py38-pytools/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py38-pytools",
"portdir": "python/py-pytools",
"version": "2023.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://documen.tician.de/pytools/",
"description": "A collection of tools for Python",
"long_description": "Pytools is a big bag of things that are 'missing' from the Python standard library.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-appdirs",
"py38-decorator",
"py38-numpy",
"py38-six"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py38-pyopencl"
]
}
]
}