lol

python312Packages.plotnine: use nixfmt

+18 -21
+18 -21
pkgs/development/python-modules/plotnine/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , geopandas 5 - , matplotlib 6 - , mizani 7 - , pandas 8 - , patsy 9 - , pytestCheckHook 10 - , pythonOlder 11 - , scikit-misc 12 - , scipy 13 - , setuptools-scm 14 - , statsmodels 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + geopandas, 6 + matplotlib, 7 + mizani, 8 + pandas, 9 + patsy, 10 + pytestCheckHook, 11 + pythonOlder, 12 + scikit-misc, 13 + scipy, 14 + setuptools-scm, 15 + statsmodels, 15 16 }: 16 17 17 18 buildPythonPackage rec { ··· 28 29 hash = "sha256-ylsaV5yWVbxvD74spAI5tDwIjjue7MOMaGgp4Dc8Nhk="; 29 30 }; 30 31 31 - build-system = [ 32 - setuptools-scm 33 - ]; 34 - 35 32 postPatch = '' 36 33 substituteInPlace pyproject.toml \ 37 34 --replace-fail " --cov=plotnine --cov-report=xml" "" 38 35 ''; 36 + 37 + build-system = [ setuptools-scm ]; 39 38 40 39 dependencies = [ 41 40 matplotlib ··· 56 55 export HOME=$(mktemp -d) 57 56 ''; 58 57 59 - pythonImportsCheck = [ 60 - "plotnine" 61 - ]; 58 + pythonImportsCheck = [ "plotnine" ]; 62 59 63 60 disabledTestPaths = [ 64 61 # Assertion Errors: