Loading pkgs/development/python-modules/adjusttext/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -4,27 +4,34 @@ , matplotlib , numpy , packaging , pythonOlder , scipy , setuptools }: buildPythonPackage rec { pname = "adjusttext"; version = "0.8.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Phlya"; repo = pname; repo = "adjusttext"; rev = "refs/tags/${version}"; hash = "sha256-Lhl6ykx5ynf+pBub5tBUaALm1w/88jbuSXPigE216NY="; }; nativeBuildInputs = [ packaging setuptools ]; propagatedBuildInputs = [ matplotlib numpy scipy ]; # Project has no tests Loading @@ -37,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Iteratively adjust text position in matplotlib plots to minimize overlaps"; homepage = "https://github.com/Phlya/adjustText"; changelog = "https://github.com/Phlya/adjustText/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ samuela ]; }; Loading Loading
pkgs/development/python-modules/adjusttext/default.nix +10 −2 Original line number Diff line number Diff line Loading @@ -4,27 +4,34 @@ , matplotlib , numpy , packaging , pythonOlder , scipy , setuptools }: buildPythonPackage rec { pname = "adjusttext"; version = "0.8.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Phlya"; repo = pname; repo = "adjusttext"; rev = "refs/tags/${version}"; hash = "sha256-Lhl6ykx5ynf+pBub5tBUaALm1w/88jbuSXPigE216NY="; }; nativeBuildInputs = [ packaging setuptools ]; propagatedBuildInputs = [ matplotlib numpy scipy ]; # Project has no tests Loading @@ -37,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "Iteratively adjust text position in matplotlib plots to minimize overlaps"; homepage = "https://github.com/Phlya/adjustText"; changelog = "https://github.com/Phlya/adjustText/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ samuela ]; }; Loading