fix soappy by using trunk version
svn path=/nixpkgs/trunk/; revision=16790
This commit is contained in:
@@ -537,11 +537,15 @@ in
|
||||
name = "soappy-0.12";
|
||||
pyCheck = "from SOAPpy import WSDL";
|
||||
propagatedBuildInputs = [ t.fpconst ];
|
||||
src = p.bleedingEdgeRepos.sourceByName "pywebcvs";
|
||||
postUnpack = "sourceRoot=$sourceRoot/SOAPpy";
|
||||
/* The release is buggy. I can't get list of dedicated netboots from ovh ?
|
||||
src = fetchurl {
|
||||
url = "http://switch.dl.sourceforge.net/sourceforge/pywebsvcs/SOAPpy-0.12.0.tar.gz";
|
||||
sha256 = "02a0wpir0gl0n9cl7a5hxliwsywvcw847i5in7i14i57kk6dl7rd";
|
||||
};
|
||||
patches = [ ./gentoo-python-2.5-compat.patch ];
|
||||
*/
|
||||
meta = {
|
||||
description = "SOAP implementation for Python";
|
||||
homepage="http://pywebsvcs.sourceforge.net/";
|
||||
|
||||
@@ -35,6 +35,8 @@ args:
|
||||
|
||||
nix_repository_manager = { type = "darcs"; url = "http://mawercer.de/~marc/repos/nix-repository-manager"; };
|
||||
|
||||
pywebcvs = { type = "svn"; url = "https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk"; };
|
||||
|
||||
plugins = { type = "darcs"; url="http://code.haskell.org/~dons/code/hs-plugins/"; groups="haskell"; };
|
||||
|
||||
hg2git = { type = "git"; url="git://repo.or.cz/hg2git.git"; };
|
||||
|
||||
Reference in New Issue
Block a user