8 poetry-dynamic-versioning,
15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
23 owner = "bergercookie";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-tlidTt0TzWnvfajYiIfvRv7OfakHY6zWAicmAwq/Z8w=";
36 poetry-dynamic-versioning
40 propagatedBuildInputs = [
47 checkInputs = [ taskwarrior2 ];
49 # TODO: doesn't pass because `can_use` fails and `task --version` seems not to be answering.
50 # pythonImportsCheck = [ "taskw_ng" ];
53 description = "Module to interact with the Taskwarrior API";
54 homepage = "https://github.com/bergercookie/taskw-ng";
55 changelog = "https://github.com/bergercookie/taskw-ng/blob/${src.rev}/CHANGELOG.rst";
56 license = licenses.gpl3Plus;
57 maintainers = with maintainers; [ raitobezarius ];