12 buildPythonPackage rec {
15 format = "setuptools";
17 src = fetchFromGitHub {
21 hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ=";
24 propagatedBuildInputs = [
36 pythonImportsCheck = [ "taxi" ];
39 homepage = "https://github.com/sephii/taxi/";
40 description = "Timesheeting made easy";
42 license = licenses.wtfpl;
43 maintainers = with maintainers; [ jocelynthode ];