forked from mirrors/nixpkgs
fix soappy by using trunk version
svn path=/nixpkgs/trunk/; revision=16790
This commit is contained in:
parent
79038a2038
commit
075f9712f2
|
@ -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"; };
|
||||
|
|
|
@ -259,4 +259,8 @@
|
|||
url = "http://mawercer.de/~nix/repos/ghc_syb-876b121e73f1b5ca4b17b0c6908b27ba7efb0374.tar.gz";
|
||||
sha256 = "325a19962e90dc5fb07845d2ac4df6e332061cda4b8950b95bcb782706ed3e31";
|
||||
};
|
||||
pywebcvs = args: with args; fetchurl { # Wed Aug 12 15:00:25 CEST 2009
|
||||
url = "http://mawercer.de/~nix/repos/pywebcvs-1493.tar.gz";
|
||||
sha256 = "4183b18f48738cf607ef29baae75f7edec46504d1fb31bdedfbc897dcadbe599";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue