# -*- 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-gradio version 3.0.9 revision 0 categories-append devel license Apache-2 supported_archs noarch platforms {darwin any} python.versions 38 39 310 maintainers nomaintainer description Create UIs for your machine learning model long_description Gradio is the fastest way to demo your machine \ learning model with a friendly web interface homepage https://gradio.app checksums rmd160 110fd87222d811f083dd7f2a0b02ea80b3eed7ef \ sha256 82e18d9411b2020aa205c6d05a1d3043d1e444e086a5efdcb80109bcc25243e6 \ size 5039070 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-aiohttp \ port:py${python.version}-analytics-python \ port:py${python.version}-fastapi \ port:py${python.version}-ffmpy \ port:py${python.version}-jinja2 \ port:py${python.version}-markdown-it-py \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-orjson \ port:py${python.version}-pandas \ port:py${python.version}-paramiko \ port:py${python.version}-Pillow \ port:py${python.version}-pycryptodome \ port:py${python.version}-pydub \ port:py${python.version}-python-multipart \ port:py${python.version}-requests \ port:py${python.version}-uvicorn }