# -*- 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           python24 1.0

name                py-paste
version             1.7.1
categories-append   www
maintainers         openmaintainer akitada
description         Bringing consistency to Python web development.
long_description    Python Paste brings consistency to Python web \
                    development and web application installation, \
                    providing tools for both developers and \
                    system administrators.

platforms           darwin

homepage            http://pythonpaste.org/
master_sites        http://cheeseshop.python.org/packages/source/P/Paste/
distname            Paste-${version}

checksums           md5 1c975cd645cd4aff86dab47c6d9059e1 \
                    sha1 0ae45557b0cc6cfe0a8d66c8051da0ea30d83d96 \
                    rmd160 d17640143ff644bc4084d45b98a261d8c4ea3e1e

depends_build       port:py24-distribute