# -*- coding: utf-8; mode: tcl; tab-width: 4; 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-falcon version 4.1.0 revision 0 categories-append devel license Apache-2 maintainers nomaintainer description An unladen web framework for building APIs and app backends. long_description Falcon is a reliable, high-performance Python web \ framework for building large-scale app backends \ and microservices. It encourages the REST \ architectural style, and tries to do as little as \ possible while remaining highly effective. homepage https://falconframework.org/ checksums rmd160 5a15e587318b5d6de537b19d91b45783778ec54d \ sha256 dbc3fa642b43e7662f121d0a7b5d7ea42a1a31fb22ae63572c42ee3ecd1f79d0 \ size 659308 python.versions 313 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython }