suds: add python package

This commit is contained in:
Sander van der Burg 2015-07-31 13:42:18 +00:00
parent eb4a88d8fd
commit 831397f136

View file

@ -16820,5 +16820,20 @@ let
maintainers = with maintainers; [ odi ];
};
};
suds = buildPythonPackage rec {
name = "suds-0.4";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz";
md5 = "b7502de662341ed7275b673e6bd73191";
};
meta = with stdenv.lib; {
description = "Lightweight SOAP client";
homepage = https://fedorahosted.org/suds;
license = licenses.lgpl3Plus;
};
};
}; in pythonPackages