10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-3RbKfluKOvl+sGJldtAt2bVfcasVKjCqVxmF6hVwh+Y=";
22 nativeBuildInputs = [ setuptools ];
24 doCheck = !stdenv.hostPlatform.isDarwin;
30 nativeCheckInputs = [ pytestCheckHook ];
33 description = "Send file to trash natively under macOS, Windows and Linux";
34 mainProgram = "send2trash";
35 homepage = "https://github.com/hsoft/send2trash";
36 changelog = "https://github.com/arsenetar/send2trash/blob/${version}/CHANGES.rst";
37 license = licenses.bsd3;