19 buildPythonPackage rec {
24 inherit pname version;
25 sha256 = "fe1bd1140e6b79fe07f0053981d49be2dc66656cc8b481dd7ffcaa872fc25467";
28 checkInputs = [ webtest zope_component ];
30 propagatedBuildInputs = [ hupper PasteDeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
33 # https://github.com/Pylons/pyramid/issues/1899
36 pythonImportsCheck = [ "pyramid" ];
39 description = "The Pyramid Web Framework, a Pylons project";
40 homepage = "https://trypyramid.com/";
41 license = licenses.bsd0;
42 maintainers = with maintainers; [ domenkozar ];