11 buildPythonPackage rec {
14 format = "setuptools";
19 sha256 = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053";
22 propagatedBuildInputs = [
29 # incompatible with latest soupsieve
32 pythonImportsCheck = [ "routes" ];
35 description = "Re-implementation of the Rails routes system for mapping URLs to application actions";
36 homepage = "https://github.com/bbangert/routes";
37 license = licenses.mit;