10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-9BGcaC3TyolGeO65/H42T/WQY6z5vc1h+MA+8MGFChU=";
26 passthru.optional-dependencies = {
27 gmpy = lib.optionals (!isPyPy) [
37 homepage = "https://mpmath.org/";
38 description = "A pure-Python library for multiprecision floating arithmetic";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ lovek323 ];
41 platforms = platforms.unix;