python-suds: Add new package

This commit is contained in:
Sander van der Burg 2014-03-20 12:22:38 +01:00
parent ae3a1519e4
commit 31fb83444f
2 changed files with 25 additions and 0 deletions

View File

@ -5370,5 +5370,27 @@ in
};
};
"suds" = self."suds-0.4";
"suds-0.4" = self.buildPythonPackage {
name = "suds-0.4";
src = fetchurl {
url = "https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz";
md5 = "b7502de662341ed7275b673e6bd73191";
};
doCheck = false;
buildInputs = [ ];
propagatedBuildInputs = [ ];
installCommand = ''easy_install --always-unzip --prefix="$out" .'';
meta = {
description = ''
Lightweight SOAP client
'';
homepage = "https://fedorahosted.org/suds";
license = "UNKNOWN";
};
};
}

View File

@ -137,5 +137,8 @@
},
{ "name": "xlrd",
"doCheck": false
},
{ "name": "suds",
"doCheck": false
}
]