# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-routes python.rootname Routes version 2.5.1 revision 0 categories-append www devel platforms {darwin any} license BSD supported_archs noarch python.versions 38 39 maintainers {stromnov @stromnov} openmaintainer description A Routing package for Python that matches \ URLs to dicts and vice versa. long_description Routes is a Python re-implementation of the \ Rails routes system for mapping URLs to \ Controllers/Actions and generating URLs. \ Routes makes it easy to create pretty and \ concise URLs that are RESTful with little \ effort. homepage https://routes.readthedocs.io/ checksums rmd160 f389578231f3c2e4c4695f005484248fec1bdb41 \ sha256 b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053 \ size 190905 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-six \ port:py${python.version}-repoze.lru }