8 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "e6588c12caee49c43faf6aa260f04d7e971f6aa8";
17 hash = "sha256-8nKQgwLXPVgPxNRF4CryKJb7+llDsZHis5VctxqpIRo=";
20 nativeCheckInputs = [ pytestCheckHook ];
23 description = "Python 3 port of pyxl for writing structured and reusable inline HTML";
24 homepage = "https://github.com/gvanrossum/pyxl3";
25 license = licenses.asl20;