9 python3.pkgs.buildPythonApplication rec {
16 inherit pname version;
17 hash = "sha256-JcW2FXl+SrdveRmG5bD1ttf6F3LwvGZQF4ZCTpDpPa8=";
21 sed -i '/argparse/d' pyproject.toml
29 python3.pkgs.poetry-core
38 propagatedBuildInputs = with python3.pkgs; [
46 pythonImportsCheck = [
50 description = "Flexible, configuration driven CLI for Apache Airflow local development";
51 homepage = "https://github.com/jl178/airlift";
52 license = licenses.mit;
53 changelog = "https://github.com/jl178/airlift/releases/tag/v${version}";
54 maintainers = with maintainers; [ jl178 ];
55 mainProgram = "airlift";