11 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "3a9e2503fd01baa4978af5f491b79b7646d7872df9ecc7ab63ba10c250c50d8a";
32 pythonImportsCheck = [ "pyfma" ];
35 description = "Fused multiply-add for Python";
36 homepage = "https://github.com/nschloe/pyfma";
37 license = licenses.mit;
38 maintainers = [ maintainers.costrouc];