GET /api/v1/ports/py35-html2text/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py35-html2text",
"portdir": "python/py-html2text",
"version": "2020.1.16",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/html2text",
"description": "Script to turn HTML into equivalent Markdown-structured text.",
"long_description": "html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 423
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-setuptools"
]
},
{
"type": "run",
"ports": [
"py-html2text_select"
]
},
{
"type": "test",
"ports": [
"py35-pytest"
]
}
],
"depends_on": []
}