···4, fetchFromGitHub
5, html5lib
6, pillow
7+, pyhanko
8, pypdf3
9, pytestCheckHook
10, python-bidi
···1516buildPythonPackage rec {
17 pname = "xhtml2pdf";
18+ version = "0.2.7";
19 format = "setuptools";
2021 disabled = pythonOlder "3.7";
2223+ # Tests are only available on GitHub
24 src = fetchFromGitHub {
25 owner = pname;
26 repo = pname;
27+ # Currently it is not possible to fetch from version as there is a branch with the same name
28+ rev = "afa72cdbbdaf7d459261c1605263101ffcd999af";
29+ sha256 = "sha256-plyIM7Ohnp5UBWz/UDTJa1UeWK9yckSZR16wxmLrpnc=";
30 };
3132 propagatedBuildInputs = [
33 arabic-reshaper
34 html5lib
35 pillow
36+ pyhanko
37 pypdf3
38 python-bidi
39 reportlab