9 python3.pkgs.buildPythonApplication rec {
14 src = fetchFromGitHub {
18 hash = "sha256-QkoFr9tFtZ+ZEWlxe9csrzoYFl9/V2l4hKYfUWsXUdc=";
21 build-system = with python3.pkgs; [
26 dependencies = with python3.pkgs; [
34 pythonImportsCheck = [ "pyflyby" ];
37 description = "Set of productivity tools for Python";
38 homepage = "https://github.com/deshaw/pyflyby";
39 license = lib.licenses.mit;
40 maintainers = with lib.maintainers; [ jfvillablanca ];