8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "9124f067d3c06ef2613e2cc246b2fde2299802280a8b0e60dc504137085f0334";
18 buildInputs = [ nose ];
19 propagatedBuildInputs = [ six lxml ];
21 # some tests fail, probably because of changes in lxml
22 # not relevant for me, if releavnt for you, fix it...
26 description = "Simple HTML cleanup utilities";
27 license = licenses.bsd3;
28 homepage = "https://pypi.org/project/htmllaundry/";