18 buildPythonPackage rec {
21 format = "setuptools";
23 disabled = pythonOlder "3.6";
26 inherit pname version;
27 hash = "sha256-YGMnLV+GB3P7tLSyrhsJ2oyVQGLvhxFQwGz9sjkdk1U=";
30 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 changelog = "https://pecan.readthedocs.io/en/latest/changes.html";
57 description = "WSGI object-dispatching web framework";
58 homepage = "https://www.pecanpy.org/";
59 license = licenses.bsd3;
60 maintainers = with maintainers; [ applePrincess ];