pythonPackages: send2trash: init at 1.3.0
This commit is contained in:
parent
e5044310a1
commit
08a5c36348
1 changed files with 18 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue