GET /api/v1/ports/py36-typing_extensions/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py36-typing_extensions",
"portdir": "python/py-typing_extensions",
"version": "4.1.1",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/python/typing_extensions",
"description": "Backported and Experimental Type Hints for Python",
"long_description": "The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Text or typing.Coroutine. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol or TypedDict.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "toby",
"github": "tobypeterson",
"ports_count": 214
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-bootstrap-modules",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-markdown-it-py",
"py36-aioitertools",
"py36-pymc3",
"py36-slackclient",
"py36-anyio",
"py36-astroid",
"py36-twisted",
"py36-importlib-metadata",
"py36-aiohttp",
"py36-bokeh",
"py36-black",
"py36-async-timeout"
]
},
{
"type": "run",
"ports": [
"py36-rich",
"py36-arrow",
"py36-cmd2",
"py36-setuptools-rust"
]
}
]
}