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

{
    "name": "py27-markdown",
    "portdir": "python/py-markdown",
    "version": "3.1.1",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://python-markdown.github.io/",
    "description": "Python implementation of Markdown",
    "long_description": "This is a Python implementation of John Gruber’s Markdown. It is almost completely compliant with the reference implementation, though there are a few very minor differences.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-setuptools"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "redo"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py27-tensorboard1"
            ]
        }
    ]
}