10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "c81cd9429759c0de475f580bbff92d5646cfc5f43e8aa24492037e2e90677ee6";
19 propagatedBuildInputs = [ pyramid simplejson six venusian ];
21 # tests not packaged with pypi release
23 pythonImportsCheck = [ "cornice" ];
26 homepage = "https://github.com/mozilla-services/cornice";
27 description = "Build Web Services with Pyramid";
28 license = licenses.mpl20;
29 maintainers = [ maintainers.costrouc ];