GET /api/v1/ports/py37-cx_Freeze/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-cx_Freeze",
"portdir": "python/py-cx_Freeze",
"version": "6.10",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://marcelotduarte.github.io/cx_Freeze/",
"description": "Scripts and modules for freezing Python scripts into executables",
"long_description": "cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-importlib-metadata"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-eric-ide"
]
}
]
}