6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 sha256 = "1f5dm3772hiik9irnyvbs7wygcafbwi7czw3b47cwhb90b8fi5hg";
18 propagatedBuildInputs = with python3.pkgs; [
22 checkInputs = with python3.pkgs; [
26 pythonImportsCheck = [
31 description = "Tool for de-duplication URLs";
32 homepage = "https://github.com/rotemreiss/uddup";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];