12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
22 sha256 = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba";
29 propagatedNativeBuildInputs = [
33 propagatedBuildInputs = [
42 SODIUM_INSTALL = "system";
44 pythonImportsCheck = [
49 description = "Python binding to the Networking and Cryptography (NaCl) library";
50 homepage = "https://github.com/pyca/pynacl/";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ ];