8 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-kDUEfyMTk8CXSxTEi7E6kl09ohnWHeaoif+EIaIJh9Q=";
24 doCheck = !stdenv.isDarwin;
35 description = "Send file to trash natively under macOS, Windows and Linux";
36 homepage = "https://github.com/hsoft/send2trash";
37 license = licenses.bsd3;