GET /api/v1/ports/py310-myst-parser/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-myst-parser",
    "portdir": "python/py-myst-parser",
    "version": "3.0.1",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/executablebooks/MyST-Parser",
    "description": "An extended commonmark compliant parser, with bridges to docutils & sphinx.",
    "long_description": "MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility. This repository serves as the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx. It contains an extended CommonMark-compliant parser using markdown-it-py, as well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.",
    "active": true,
    "categories": [
        "devel",
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 572
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-flit_core",
                "clang-17",
                "py310-installer",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-markdown-it-py",
                "py310-mdit-py-plugins",
                "py310-sphinx",
                "py310-jinja2",
                "py310-docutils",
                "py310-yaml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py310-pytest",
                "py310-beautifulsoup4",
                "py310-mdit-py-plugins",
                "py310-pytest-regressions"
            ]
        }
    ],
    "depends_on": []
}