Ticket #34164: Portfile

File Portfile, 1.2 KB (added by 3add3287 (3add3287), 12 years ago)

Portfile for py-bottle

Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5PortGroup python 1.0
6
7name                py-bottle
8version             0.10.9
9
10categories          python devel
11maintainers         vmunix.org:torstenb openmaintainer
12description         Fast, simple and lightweight WSGI micro web-framework for python
13long_description    Bottle is a fast, simple and lightweight WSGI micro web-framework \
14                    with no dependencies other than the Python Standard Library. It \
15                    supports routing, templates and has a built-in HTTP development server. \
16                    It supports paste, fapws3, bjoern, Google App Engine, cheerypy or \
17                    any other WSGI capable HTTP server
18
19platforms           darwin
20supported_archs     noarch
21
22homepage            http://bottlepy.org
23master_sites        http://pypi.python.org/packages/source/b/bottle/
24distname            bottle-${version}
25
26python.versions     25 26 27 31 32
27python.default_version 27
28
29checksums           rmd160 2d09fb3346e7249f54f495812a4868070fdf05ed \
30                    sha256 bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794
31