13 buildPythonPackage rec {
14 pname = "pyramid-chameleon";
16 format = "setuptools";
19 pname = "pyramid_chameleon";
21 hash = "sha256-0XZ5KlDrAV14ZbRL2bJKe9BIn6mlzrvRe54FBIzvkBc=";
25 # https://github.com/Pylons/pyramid_chameleon/pull/25
26 ./test-renderers-pyramid-import.patch
27 # Compatibility with pyramid 2, https://github.com/Pylons/pyramid_chameleon/pull/34
29 name = "support-later-limiter.patch";
30 url = "https://github.com/Pylons/pyramid_chameleon/commit/36348bf4c01f52c3461e7ba4d20b1edfc54dba50.patch";
31 hash = "sha256-cPS7JhcS8nkBS1T0OdZke25jvWHT0qkPFjyPUDKHBGU=";
35 propagatedBuildInputs = [
42 nativeCheckInputs = [ pytestCheckHook ];
44 pythonImportsCheck = [ "pyramid_chameleon" ];
47 description = "Chameleon template compiler for pyramid";
48 homepage = "https://github.com/Pylons/pyramid_chameleon";
49 license = licenses.bsd0;
50 maintainers = with maintainers; [ domenkozar ];