8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
19 hash = "sha256-EPz9zHnxR75WoRaiHKJNiCRWFwU1TBpC4uHz62jUOqM=";
23 ${python.interpreter} test_ibis.py
26 pythonImportsCheck = [
31 description = "Lightweight template engine";
32 homepage = "https://github.com/dmulholland/ibis";
33 license = licenses.publicDomain;
34 maintainers = with maintainers; [ ];