# -*- 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.12.25
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  2a7943553cc3c58d977b943d01fb38d67ec7a220 \
                    sha256  e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 \
                    size    74231

python.versions     39 310 311 312

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