# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-routes version 2.3.1 revision 0 categories-append www devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers 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 http://routes.groovie.org master_sites pypi:R/Routes distname Routes-${version} checksums rmd160 9f9bd9837bbebfe343f6bbc4b775d96fe9ea8c55 \ sha256 98c380b5dc1190b873463be07383728ada18f66d2615531963004b9d6fb90351 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.name Routes livecheck.type pypi }