# -*- 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-paste version 1.7.5.1 python.versions 26 27 categories-append www license MIT ZPL-2 PSF maintainers nomaintainer 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 pypi:P/Paste/ distname Paste-${version} checksums rmd160 554304c4a45b208a77281dff3705cee5f9d6b2be \ sha256 11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools }