12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-XM1zG1JjbdEEV6i42FjLDQJv+qsePnUbr3kb+APjfXs=";
22 propagatedBuildInputs = [
31 (writeShellScriptBin "wsl" "true")
35 homepage = "https://github.com/robgolding/tasklib";
36 description = "Library for interacting with taskwarrior databases";
37 changelog = "https://github.com/GothenburgBitFactory/tasklib/releases/tag/${version}";
38 maintainers = with lib.maintainers; [ arcnmx ];
39 platforms = lib.platforms.all;
40 license = lib.licenses.bsd3;