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

{
    "name": "py36-nltk",
    "portdir": "python/py-nltk",
    "version": "3.6.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.nltk.org/",
    "description": "Natural Language Toolkit",
    "long_description": "NLTK is Python modules for research and development in natural language processing",
    "active": false,
    "categories": [
        "textproc",
        "python"
    ],
    "maintainers": [
        {
            "name": "stevenbird1",
            "github": "stevenbird",
            "ports_count": 10
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py36-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python36",
                "py36-matplotlib",
                "py36-numpy",
                "py36-yaml"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-sumy"
            ]
        }
    ]
}