6 python3.pkgs.buildPythonApplication rec {
7 pname = "semiphemeral";
11 inherit pname version;
12 hash = "sha256-KRi3zfRWGRZJjQ6KPqBI9wQ6yU8Ohx0TDtA5qoak35U=";
15 doCheck = false; # upstream has no tests
17 pythonImportsCheck = [ "semiphemeral" ];
19 propagatedBuildInputs = with python3.pkgs; [ click sqlalchemy flask tweepy colorama ];
22 description = "Automatically delete your old tweets, except for the ones you want to keep";
23 homepage = "https://github.com/micahflee/semiphemeral";
24 license = licenses.mit;
25 maintainers = with maintainers; [ amanjeev ];
26 mainProgram = "semiphemeral";