Skip to content

Commit

Permalink
pythonPkgs.html5lib_0_9999999: remove
Browse files Browse the repository at this point in the history
no longer needed and fails with python3
  • Loading branch information
Mic92 committed Aug 31, 2017
1 parent 6fb1856 commit 0b2f9d1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2045,22 +2045,6 @@ in {

blaze = callPackage ../development/python-modules/blaze { };

# Needed for FlexGet 1.2.337 and calibre 2.76.0
html5lib_0_9999999 = self.html5lib.overridePythonAttrs rec {
name = "html5lib-${version}";
buildInputs = with self; [ nose flake8 ];
propagatedBuildInputs = with self; [ six ];
checkPhase = ''
nosetests
'';

version = "0.9999999";
src = pkgs.fetchurl {
url = "https://github.com/html5lib/html5lib-python/archive/0.9999999.tar.gz";
sha256 = "1s6wdbrjzw5jhyfbskf4nj1i5bjpjqq9f89a7r1rl59rhpwmfhhq";
};
};

html5-parser = callPackage ../development/python-modules/html5-parser {};

httpserver = callPackage ../development/python-modules/httpserver {};
Expand Down Expand Up @@ -18005,7 +17989,7 @@ in {
};

disabled = !isPy3k;

# No tests in archive
doCheck = false;

Expand Down

0 comments on commit 0b2f9d1

Please sign in to comment.