7 python3.pkgs.buildPythonApplication rec {
8 pname = "semiphemeral";
12 inherit pname version;
13 hash = "sha256-KRi3zfRWGRZJjQ6KPqBI9wQ6yU8Ohx0TDtA5qoak35U=";
16 doCheck = false; # upstream has no tests
18 pythonImportsCheck = [ "semiphemeral" ];
20 propagatedBuildInputs = with python3.pkgs; [
29 description = "Automatically delete your old tweets, except for the ones you want to keep";
30 homepage = "https://github.com/micahflee/semiphemeral";
31 license = licenses.mit;
32 maintainers = with maintainers; [ amanjeev ];
33 mainProgram = "semiphemeral";