Files

33 lines
1.2 KiB
Tcl

# -*- 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.2.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 3053857ee2610e323567b7f6b252a49db0e8d85e \
sha256 c13e86e49696d6655411fe09473c34997e49ff45e8cdf7576297b0ca71ceac3d \
size 665894
python.versions 313 314
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-cython
test.run yes
}