18 buildPythonPackage rec {
23 inherit pname version;
24 sha256 = "45431b387587ed0fac6213b54d6e9f0936f0cc85238a8f5af7852fc9484c5c77";
27 checkInputs = [ webtest zope_component ];
29 propagatedBuildInputs = [ hupper pastedeploy plaster plaster-pastedeploy repoze_lru translationstring venusian webob zope_deprecation zope_interface ];
31 pythonImportsCheck = [ "pyramid" ];
34 description = "The Pyramid Web Framework, a Pylons project";
35 homepage = "https://trypyramid.com/";
36 license = licenses.bsd0;
37 maintainers = with maintainers; [ domenkozar ];