GET /api/v1/ports/pypy36/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pypy36",
"portdir": "lang/pypy",
"version": "7.3.3",
"license": "MIT and PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.pypy.org/",
"description": "A fast interpreter for Python 3.6",
"long_description": "PyPy is a replacement for CPython 3.6. The main reason to use it instead of CPython is speed, as it generally runs faster.",
"active": true,
"categories": [
"devel",
"lang",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 159
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"py27-docutils",
"pkgconfig",
"pypy"
]
},
{
"type": "lib",
"ports": [
"gettext",
"libffi",
"ncurses",
"bzip2",
"openssl11",
"expat",
"xz",
"gdbm",
"sqlite3"
]
},
{
"type": "run",
"ports": [
"python_select",
"python3_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pypy36-tkinter"
]
}
]
}