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

{
    "name": "py27-stemmer",
    "portdir": "python/py-stemmer",
    "version": "1.3.0",
    "license": "MIT and BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://snowball.tartarus.org/",
    "description": "Python bindings for Snowball stemmer",
    "long_description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
    "active": true,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-stemmer"
            ]
        }
    ]
}