11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-TINktjuTdyRYkqIs3Jyv6vobSBqV1iPoHrG36sBHah8=";
23 build-system = [ setuptools ];
25 dependencies = [ pathspec ];
27 pythonImportsCheck = [ "ssort" ];
35 export PATH=$out/bin:$PATH
39 description = "Automatically sorting python statements within a module";
40 homepage = "https://github.com/bwhmather/ssort";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ tochiaha ];
43 mainProgram = "ssort";