13 buildPythonPackage rec {
16 outputs = [ "out" "doc" ];
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
24 sha256 = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba";
35 propagatedNativeBuildInputs = [
39 propagatedBuildInputs = [
48 SODIUM_INSTALL = "system";
50 pythonImportsCheck = [
55 description = "Python binding to the Networking and Cryptography (NaCl) library";
56 homepage = "https://github.com/pyca/pynacl/";
57 license = licenses.asl20;
58 maintainers = with maintainers; [ ];