14 buildPythonPackage rec {
18 propagatedBuildInputs = [
19 pillow html5lib pypdf2 reportlab six
20 setuptools python-bidi arabic-reshaper
24 inherit pname version;
25 sha256 = "6797e974fac66f0efbe927c1539a2756ca4fe8777eaa5882bac132fc76b39421";
29 description = "A PDF generator using HTML and CSS";
30 homepage = "https://github.com/xhtml2pdf/xhtml2pdf";
31 license = licenses.asl20;