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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-bottle |
---|
8 | version 0.10.9 |
---|
9 | |
---|
10 | categories python devel |
---|
11 | maintainers vmunix.org:torstenb openmaintainer |
---|
12 | description Fast, simple and lightweight WSGI micro web-framework for python |
---|
13 | long_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 | |
---|
19 | platforms darwin |
---|
20 | supported_archs noarch |
---|
21 | |
---|
22 | homepage http://bottlepy.org |
---|
23 | master_sites http://pypi.python.org/packages/source/b/bottle/ |
---|
24 | distname bottle-${version} |
---|
25 | |
---|
26 | python.versions 25 26 27 31 32 |
---|
27 | python.default_version 27 |
---|
28 | |
---|
29 | checksums rmd160 2d09fb3346e7249f54f495812a4868070fdf05ed \ |
---|
30 | sha256 bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794 |
---|
31 | |
---|