GET /api/v1/ports/py311-simpy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py311-simpy",
"portdir": "python/py-simpy",
"version": "4.1.1",
"license": "MIT",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://simpy.readthedocs.io",
"description": "python based simulation language",
"long_description": "SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1405
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel",
"py311-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "test",
"ports": [
"py311-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py311-simpy-docs"
]
}
]
}