8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-wQBSCGLNaQhdEO4ah+kSief1n2s9m9Yiv1iygE5rmqs=";
17 # FAIL: test_sanitize_remove_script_elem (genshi.filters.tests.html.HTMLSanitizerTestCase)
18 # FAIL: test_sanitize_remove_src_javascript (genshi.filters.tests.html.HTMLSanitizerTestCase)
21 propagatedBuildInputs = [
26 description = "Python components for parsing HTML, XML and other textual content";
28 Python library that provides an integrated set of components for
29 parsing, generating, and processing HTML, XML or other textual
30 content for output generation on the web.
32 homepage = "https://genshi.edgewall.org/";
33 license = licenses.bsd0;