# -*- 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 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-paste
version             1.7.2
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 a6a58d08dc4bff91d5d1c519d2277f8a \
                    sha1 4c7d6d76ec0fe76d57c525101c6f9ff6ebf4a93c \
                    rmd160 10deddbb5ef3ccd220c6c0cdb594efd35045fdea

depends_lib        port:py26-distribute
