Skip to content

Commit

Permalink
pythonPackages: send2trash: init at 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Nov 8, 2016
1 parent e504431 commit 08a5c36
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30336,6 +30336,24 @@ in {
};
};

send2trash = buildPythonPackage (rec {
name = "Send2Trash-1.3.0";

src = pkgs.fetchurl {
url = "mirror://pypi/S/Send2Trash/${name}.tar.gz";
sha256 = "1zjq5ki02l0vl4f1xymsnqyxipx6q81a435p46db07l3mqg4dx1k";
};

# no tests
doCheck = false;

meta = {
description = "Send file to trash natively under Mac OS X, Windows and Linux";
homepage = https://github.com/hsoft/send2trash;
license = licenses.bsd3;
};
});

sigtools = buildPythonPackage rec {
name = "sigtools-${version}";
version = "1.1a3";
Expand Down

0 comments on commit 08a5c36

Please sign in to comment.