9 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "ad4cc56bf4b35def33783e6d4783882702111fe8f9a781c63228e2114067c065";
19 checkInputs = [ unittest2 ];
22 ${python.interpreter} tests/test_basic.py
25 # tests require weird codec installation
26 # which is not necessary for major use of package
30 description = "Python 3 port of pyxl for writing structured and reusable inline HTML";
31 homepage = "https://github.com/gvanrossum/pyxl3";
32 license = licenses.asl20;
33 maintainers = [ maintainers.costrouc ];