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

{
    "name": "py27-rfc6555",
    "portdir": "python/py-rfc6555",
    "version": "0.1.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sethmlarson/rfc6555",
    "description": "Python implementation of RFC 6555.",
    "long_description": "Python implementation of the Happy Eyeballs Algorithm described in RFC 6555. Provided with a single file and dead-simple API to allow easy vendoring and integration into other projects.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 120
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-selectors2"
            ]
        }
    ],
    "depends_on": []
}