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

{
    "name": "py312-krb5",
    "portdir": "python/py-krb5",
    "version": "0.7.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jborean93/pykrb5",
    "description": "Kerberos API bindings for Python",
    "long_description": "This library provides Python functions that wraps the Kerberos 5 C API. Due to the complex nature of this API it is highly recommended to use something like python-gssapi which exposes the Kerberos authentication details through GSSAPI.",
    "active": true,
    "categories": [
        "net",
        "security",
        "python"
    ],
    "maintainers": [
        {
            "name": "petr",
            "github": "petrrr",
            "ports_count": 560
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py312-installer",
                "clang-17",
                "py312-build",
                "py312-cython",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python312"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "py312-requests-kerberos"
            ]
        }
    ]
}