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

{
    "name": "py27-keyczar",
    "portdir": "python/py-keyczar",
    "version": "0.716",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/google/keyczar",
    "description": "Easy to use cryptographic toolkit",
    "long_description": "Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys.",
    "active": false,
    "categories": [
        "devel",
        "python",
        "crypto"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-asn1",
                "py27-pycryptodome",
                "py27-setuptools",
                "py27-simplejson"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py-keyczar"
            ]
        }
    ]
}