12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-7erT5UpejPMIoyqhpYNEON3YWE2l5SdP2olOVpkbNkY=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
49 # The CLI test need yte on the PATH
50 export PATH=$out/bin:$PATH
54 description = "YAML template engine with Python expressions";
55 homepage = "https://github.com/koesterlab/yte";
56 license = with licenses; [ mit ];
57 maintainers = with maintainers; [ fab ];