# -*- 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.1 revision 0 categories-append www devel platforms darwin license BSD supported_archs noarch python.versions 27 34 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 https://pypi.python.org/packages/source/R/Routes/ distname Routes-${version} checksums rmd160 83341e83c86efc52acf8a312353634ff2e493108 \ sha256 ebf4126e244cf11414653b5ba5f27ed4abfad38b906a01e5d4c93d3ce5568ea3 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/Routes/json livecheck.regex {Routes-(\d+(?:\.\d+)*)\.[tz]} }