# -*- 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 89162 2012-01-20 04:21:38Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-paste
version             1.7.5.1
python.versions     24 25 26 27
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://pypi.python.org/packages/source/P/Paste/
distname            Paste-${version}
checksums           rmd160  554304c4a45b208a77281dff3705cee5f9d6b2be \
                    sha256  11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6

if {$name != $subport} {
    depends_lib-append \
                    port:py${python.version}-distribute
}
