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

{
    "name": "py37-emoji",
    "portdir": "python/py-emoji",
    "version": "2.0.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/carpedm20/emoji/",
    "description": "Emoji for Python.",
    "long_description": "Emoji for Python. The entire set of Emoji codes as defined by the unicode consortium is supported in addition to a bunch of aliases. By default, only the official list is enabled but doing `emoji.emojize(language='alias')` enables both the full list and aliases.",
    "active": false,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-setuptools",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37"
            ]
        }
    ],
    "depends_on": []
}