13 ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
14 in buildPythonPackage rec {
19 # See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit
23 inherit pname version;
24 hash = "sha256-f3CztWr/XxHLQTbFGg9aVv5uTI+7rHuQMHbbmajvMcE=";
28 # Remove all the test files that require access to the internet to pass.
29 rm tests/test_lib_utils.py
30 rm tests/test_platypus_general.py
31 rm tests/test_platypus_images.py
33 # Remove the tests that require Vera fonts installed
34 rm tests/test_graphics_render.py
35 rm tests/test_graphics_charts.py
46 propagatedBuildInputs = [
57 LC_ALL="en_US.UTF-8" ${python.interpreter} runAll.py
63 description = "An Open Source Python library for generating PDFs and graphics";
64 homepage = "http://www.reportlab.com/";
65 license = licenses.bsd3;
66 maintainers = with maintainers; [ ];