# -*- 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 github 1.0 PortGroup python 1.0 github.setup tiangolo fastapi 0.104.1 revision 0 name py-${github.project} categories-append devel license MIT maintainers nomaintainer supported_archs noarch platforms {darwin any} description FastAPI framework, high performance, easy to learn, \ fast to code, ready for production long_description FastAPI is a modern, fast (high-performance), web \ framework for building APIs with Python 3.6+ based \ on standard Python type hints. checksums rmd160 c4b07141302ec06833fa76d42e37457374d5ce67 \ sha256 3d0e959ccfe3f84917e4b9661511fc758bdd73a2159a52a87438bfda172c968e \ size 11333010 github.tarball_from archive python.versions 38 39 310 311 python.pep517 yes python.pep517_backend hatchling if {${name} ne ${subport}} { patchfiles-append \ patch-pyproject_toml.diff depends_build-append \ port:py${python.version}-hatchling depends_run-append \ port:py${python.version}-starlette \ port:py${python.version}-pydantic \ port:py${python.version}-typing_extensions }