9 python3.pkgs.buildPythonApplication rec {
14 src = fetchFromGitHub {
18 hash = "sha256-Q0Z429DUB0PpPNGajuMQBi4K6cotAC8hXP1bo69O7y8=";
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 ];