GET /api/v1/ports/py27-numba/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py27-numba",
"portdir": "python/py-numba",
"version": "0.47.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://numba.pydata.org/",
"description": "Numba is a NumPy aware dynamic compiler for Python.",
"long_description": "Numba is an Open Source NumPy-aware optimizing compiler for Python. It uses the remarkable LLVM compiler infrastructure to compile Python syntax to machine code.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2214
}
],
"variants": [
"tbb",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-funcsigs",
"py27-llvmlite",
"python27",
"py27-singledispatch",
"py27-numpy",
"py27-enum34"
]
}
],
"depends_on": []
}