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

{
    "name": "py310-kcs11",
    "portdir": "python/py-kcs11",
    "version": "1.5.17",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/LudovicRousseau/PyKCS11",
    "description": "PKCS11 wrapper for Python",
    "long_description": "PyKCS11 let you access to almost all PKCS#11 functions and data types using any PKCS#11 library, such as the various modules supplied by smartcard vendors.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-wheel",
                "swig-python",
                "py310-setuptools",
                "clang-17",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        }
    ],
    "depends_on": []
}