9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-EPz9zHnxR75WoRaiHKJNiCRWFwU1TBpC4uHz62jUOqM=";
24 ${python.interpreter} test_ibis.py
27 pythonImportsCheck = [ "ibis" ];
30 description = "Lightweight template engine";
31 homepage = "https://github.com/dmulholland/ibis";
32 license = licenses.publicDomain;