6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-um17UHFLX7zLQXLWbYnEnaLUwMgFSxdGt85fjMBEhjQ=";
19 python3.pkgs.poetry-core
22 propagatedBuildInputs = with python3.pkgs; [
27 optional-dependencies = with python3.pkgs; {
33 pythonImportsCheck = [ "poethepoet" ];
36 description = "Task runner that works well with poetry";
37 homepage = "https://github.com/nat-n/poethepoet";
38 changelog = "https://github.com/nat-n/poethepoet/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ figsoda ];