mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
python.pkgs.bleach1_5_0: init at 1.5.0
This commit is contained in:
parent
3353de310d
commit
c27dd88d80
@ -1998,6 +1998,24 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# needed for tensorflow-tensorboard
|
||||
bleach_1_5_0 = self.bleach.overridePythonAttrs rec {
|
||||
version = "1.5.0";
|
||||
pname = "bleach";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
propagatedBuildInputs = with self; [ six html5lib_0_9999999 ];
|
||||
|
||||
preCheck = ''
|
||||
sed -i 's,pytest==[0-9.]*,pytest,' setup.py
|
||||
'';
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0rdwb3piwwl30wfqg4ywm07276w7090xfq71lb5d6k5mk62pb3lp";
|
||||
};
|
||||
};
|
||||
|
||||
blinker = buildPythonPackage rec {
|
||||
name = "blinker-${version}";
|
||||
version = "1.4";
|
||||
|
Loading…
Reference in New Issue
Block a user