mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
pythonPackages.foolscap: 0.10.1 -> 0.12.6
This commit is contained in:
parent
4b2f2ccf16
commit
a1906fb541
|
@ -11778,14 +11778,21 @@ in {
|
|||
});
|
||||
|
||||
foolscap = buildPythonPackage (rec {
|
||||
name = "foolscap-0.10.1";
|
||||
name = "foolscap-${version}";
|
||||
version = "0.12.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://foolscap.lothar.com/releases/${name}.tar.gz";
|
||||
sha256 = "1wrnbdq3y3lfxnhx30yj9xbr3iy9512jb60k8qi1da1phalnwz5x";
|
||||
url = "mirror://pypi/f/foolscap/${name}.tar.gz";
|
||||
sha256 = "1bpmqq6485mmr5jza9q2c55l9m1bfsvsbd9drsip7p5qcsi22jrz";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ self.twisted self.pyopenssl self.service-identity ];
|
||||
propagatedBuildInputs = with self; [ mock twisted pyopenssl service-identity ];
|
||||
|
||||
checkPhase = ''
|
||||
# Either uncomment this, or remove this custom check phase entirely, if
|
||||
# you wish to do battle with the foolscap tests. ~ C.
|
||||
# trial foolscap
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://foolscap.lothar.com/;
|
||||
|
|
Loading…
Reference in a new issue