# -*- 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: Portfile 50067 2009-04-24 07:00:14Z blb@macports.org $

PortSystem          1.0
PortGroup           python24 1.0

name                py-routes
version             1.10.3
categories-append   www
maintainers         openmaintainer stechert akitada
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.

platforms           darwin

homepage            http://routes.groovie.org
master_sites        http://cheeseshop.python.org/packages/source/R/Routes/
distname            Routes-${version}

checksums           md5     03e2d9f2f6a1b7f9e4cfc3a3866e513f \
                    sha1    3f7a8653b14a5d0ea39112c42c1e4d7247aa4bbb \
                    rmd160  ae6e5a0fea262eb81e6e01052efe9dc307a8f47b
