12 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "1vf485z5m4h61p64zr3sgkcil2s3brq7dja4n7m49d1fvzcirylv";
23 propagatedBuildInputs = [
36 HOME=$TMPDIR nosetests
39 pythonImportsCheck = [ "habitipy" ];
42 description = "Tools and library for Habitica restful API";
43 homepage = "https://github.com/ASMfreaK/habitipy";
44 license = licenses.mit;
45 maintainers = with maintainers; [ dotlambda ];