9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "11a3aqljg4sawjijkvzhs3irpw0y67zivqpbjpm065ha5wpr13z2";
18 LC_ALL = "en_US.UTF-8";
19 buildInputs = [ glibcLocales ];
22 ${python.interpreter} -m unittest discover -s Tests
25 # Tests broken on Python 3.x
29 description = "A Pure-Python library built as a PDF toolkit";
30 homepage = "http://mstamy2.github.com/PyPDF2/";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ desiderius vrthra ];