10 buildPythonPackage rec {
13 format = "setuptools";
18 sha256 = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053";
21 propagatedBuildInputs = [ repoze-lru six soupsieve webob ];
23 # incompatible with latest soupsieve
26 pythonImportsCheck = [ "routes" ];
29 description = "Re-implementation of the Rails routes system for mapping URLs to application actions";
30 homepage = "https://github.com/bbangert/routes";
31 license = licenses.mit;
32 maintainers = with maintainers; [ ];