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

{
    "name": "py310-pynacl",
    "portdir": "python/py-pynacl",
    "version": "1.5.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pyca/pynacl/",
    "description": "Python binding to the Networking and Cryptography (NaCl) library",
    "long_description": "Python binding to the Networking and Cryptography (NaCl) library",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2692
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py310-setuptools",
                "py310-wheel",
                "py310-build",
                "py310-installer"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310",
                "py310-six",
                "py310-cffi",
                "libsodium"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-paramiko"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-autobahn",
                "py310-pygithub"
            ]
        }
    ]
}