GET /api/v1/ports/py310-pyproject_hooks/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-pyproject_hooks",
"portdir": "python/py-pyproject_hooks",
"version": "1.2.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pyproject_hooks/",
"description": "API to call PEP 517 hooks",
"long_description": "This is a low-level library for calling build-backends in pyproject.toml-based projects. It provides the basic functionality to help write tooling that generates distribution files from Python projects.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 318
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-installer",
"py-bootstrap-modules",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-tomli"
]
},
{
"type": "test",
"ports": [
"py310-testpath",
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-build"
]
}
]
}