# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 102584 2013-02-05 04:25:13Z larryv@macports.org $

PortSystem 1.0
PortGroup python 1.0

name                py-bottle
version             0.10.9

categories-append   devel
license             MIT
maintainers         vmunix.org:torstenb openmaintainer
description         Fast, simple and lightweight WSGI micro web-framework for python
long_description    Bottle is a fast, simple and lightweight WSGI micro web-framework \
                    with no dependencies other than the Python Standard Library. It \
                    supports routing, templates and has a built-in HTTP development server. \
                    It supports paste, fapws3, bjoern, Google App Engine, cheerypy or \
                    any other WSGI capable HTTP server

platforms           darwin
supported_archs     noarch

homepage            http://bottlepy.org/
master_sites        http://pypi.python.org/packages/source/b/bottle/
distname            bottle-${version}

python.versions     25 26 27 31 32

checksums           rmd160 2d09fb3346e7249f54f495812a4868070fdf05ed \
                    sha256 bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794
