mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
pythonPackages.maildir-deduplicate: init at 1.0.2
This commit is contained in:
parent
80ee4ec82a
commit
ac79d3ad61
@ -22955,6 +22955,26 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
maildir-deduplicate = buildPythonPackage rec {
|
||||
name = "maildir-deduplicate-${version}";
|
||||
version = "1.0.2";
|
||||
|
||||
disabled = !isPy27;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/m/maildir-deduplicate/${name}.tar.gz";
|
||||
sha256 = "1xy5z756alrjgpl9qx2gdx898rw1mryrqkwmipbh39mgrvkl3fz9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ click ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line tool to deduplicate mails from a set of maildir folders";
|
||||
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
mps-youtube = buildPythonPackage rec {
|
||||
name = "mps-youtube-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user