# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-bottle
version             0.13.4
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

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

homepage            https://bottlepy.org/

checksums           rmd160  d3e4825fb91334ce1243a558dee917623735bf20 \
                    sha256  787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47 \
                    size    98717

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    test.run        yes
    python.test_framework
    test.cmd        ${python.bin}
    test.target     test/testall.py
}
