# -*- 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                platformio
version             6.1.18
revision            0
categories-prepend  devel
license             Apache-2
maintainers         nomaintainer
description         Your Gateway to Embedded Software Development Excellence
long_description    {*}${description}. Unlock the true potential of embedded software development with PlatformIO’s collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success.
platforms           {darwin any}
homepage            https://platformio.org/
supported_archs     noarch
checksums           rmd160  11402b69fa23ef1a8a2c2f441d6efcab2f70a52b \
                    sha256  6ea19c66fba3c5272378afa6ae11abbf883243dd8e503ac5f4ff8ac277ccc7c6 \
                    size    239977

python.default_version 314

patchfiles-append   patch-macports_disable_pio_upgrade.diff \
                    patch-twisted_constantly.diff

depends_lib-append  port:py${python.version}-ajsonrpc \
                    port:py${python.version}-bottle \
                    port:py${python.version}-certifi \
                    port:py${python.version}-chardet \
                    port:py${python.version}-click \
                    port:py${python.version}-colorama \
                    port:py${python.version}-constantly \
                    port:py${python.version}-marshmallow \
                    port:py${python.version}-openssl \
                    port:py${python.version}-pip \
                    port:py${python.version}-pyelftools \
                    port:py${python.version}-requests \
                    port:py${python.version}-semantic_version \
                    port:py${python.version}-serial \
                    port:py${python.version}-starlette \
                    port:py${python.version}-tabulate \
                    port:py${python.version}-twisted \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-uvicorn \
                    port:py${python.version}-wsproto \
                    port:py${python.version}-zopeinterface

notes "
${name} anonymously shares minimal diagnostics and usage information with its developer by default. To disable this, run:
    % pio settings set enable_telemetry No
For more information, see https://docs.platformio.org/en/stable/core/userguide/cmd_settings.html#enable-telemetry
"

test.run            yes
