mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03: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 {
|
foolscap = buildPythonPackage (rec {
|
||||||
name = "foolscap-0.10.1";
|
name = "foolscap-${version}";
|
||||||
|
version = "0.12.6";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://foolscap.lothar.com/releases/${name}.tar.gz";
|
url = "mirror://pypi/f/foolscap/${name}.tar.gz";
|
||||||
sha256 = "1wrnbdq3y3lfxnhx30yj9xbr3iy9512jb60k8qi1da1phalnwz5x";
|
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 = {
|
meta = {
|
||||||
homepage = http://foolscap.lothar.com/;
|
homepage = http://foolscap.lothar.com/;
|
||||||
|
Loading…
Reference in New Issue
Block a user