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

{
    "name": "py27-kaptan",
    "portdir": "python/py-kaptan",
    "version": "0.5.12",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/emre/kaptan",
    "description": "Configuration parser.",
    "long_description": "Configuration parser with dict, JSON, YAML, .ini and python file handlers.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "egorenar-dev",
            "github": "egorenar",
            "ports_count": 29
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-setuptools"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-yaml"
            ]
        },
        {
            "type": "test",
            "ports": [
                "py27-pytest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-tmuxp"
            ]
        }
    ]
}