9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "d77901d748287d15281f5ffe5b0fef62dd38f357c2b827c44ff07f35695f4e7e";
18 checkInputs = [ glibcLocales ];
20 propagatedBuildInputs = [ mpmath ];
24 pythonImportsCheck = [ "sympy" ];
27 export LANG="en_US.UTF-8"
31 description = "A Python library for symbolic mathematics";
32 homepage = "https://www.sympy.org/";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ lovek323 ] ++ teams.sage.members;