GET /api/v1/ports/rustpython/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rustpython",
"portdir": "lang/rustpython",
"version": "0.4.0",
"license": "(MIT or CCBY-4)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rustpython.github.io/",
"description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
"long_description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1001
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"legacy-support",
"rust",
"clang-17",
"cargo",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"zlib"
]
}
],
"depends_on": []
}