19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.6";
27 inherit pname version;
28 hash = "sha256-YGMnLV+GB3P7tLSyrhsJ2oyVQGLvhxFQwGz9sjkdk1U=";
31 propagatedBuildInputs = [
48 pytestFlagsArray = [ "--pyargs pecan" ];
50 pythonImportsCheck = [ "pecan" ];
53 changelog = "https://pecan.readthedocs.io/en/latest/changes.html";
54 description = "WSGI object-dispatching web framework";
55 homepage = "https://www.pecanpy.org/";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ applePrincess ];