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

{
    "name": "py312-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": [
                "clang-17",
                "py312-installer",
                "py312-flit_core",
                "py312-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py312-markdown-it-py",
                "py312-mdit-py-plugins",
                "py312-sphinx",
                "py312-docutils",
                "py312-yaml",
                "py312-jinja2"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py312-pytest",
                "py312-mdit-py-plugins",
                "py312-beautifulsoup4",
                "py312-pytest-regressions"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-myst-parser"
            ]
        }
    ]
}