1 { lib, buildPythonPackage, fetchPypi, isPyPy, isPy3k, click, gmpy2, numpy } :
11 # https://github.com/n1analytics/python-paillier/issues/51
12 disabled = isPyPy || ! isPy3k;
15 inherit pname version;
16 hash = "sha256-mS+3CR0kJ/DZczlG+PNQrN1NHQEgV/Kq02S6eflwM5w=";
19 buildInputs = [ click gmpy2 numpy ];
25 description = "A library for Partially Homomorphic Encryption in Python";
26 homepage = "https://github.com/n1analytics/python-paillier";
27 license = licenses.gpl3;