12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053";
21 propagatedBuildInputs = [ repoze_lru six soupsieve webob ];
22 # incompatible with latest soupsieve
24 checkInputs = [ coverage soupsieve webtest ];
26 pythonImportsCheck = [ "routes" ];
29 description = "A Python re-implementation of the Rails routes system for mapping URLs to application actions";
30 homepage = "http://routes.groovie.org/";
31 license = licenses.mit;