12 buildPythonPackage rec {
15 disabled = pythonAtLeast "3.8";
18 inherit pname version;
19 sha256 = "0c9zzfv6ciyf9qm7556wil45xxgykg1cj8isp1b88gimwcb2hxg4";
22 propagatedBuildInputs = [ blessings six ];
23 checkInputs = [ nose coverage ];
25 # test_prefixedWhitespace fails due to a python3 StringIO issue requiring
26 # bytes rather than str
28 nosetests -e 'test_prefixedWhitespace'
32 homepage = "https://github.com/metagriffin/pxml";
33 description = ''A python library and command-line tool to "prettify" and colorize XML.'';
34 maintainers = with maintainers; [ glittershark ];
35 license = licenses.gpl3;