pythonPackages: send2trash: init at 1.3.0

This commit is contained in:
Jan Malakhovski 2016-11-06 13:30:06 +00:00
parent e5044310a1
commit 08a5c36348

View file

@ -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";