9 buildPythonPackage rec {
16 sha256 = "9635cffb9b6ecf7fd7f72aea1665829ac74a1d272006d0057d45a621aae20228";
20 sed -i "s|reqs.append('future')|pass|" setup.py
23 propagatedBuildInputs = lib.optional (!isPy3k) future;
25 # No tests implemented
28 pythonImportsCheck = [ "ecpy" ];
31 description = "Pure Pyhton Elliptic Curve Library";
32 homepage = "https://github.com/ubinity/ECPy";
33 license = licenses.asl20;