# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 udev DESCRIPTION="An open source ecosystem for IoT development" HOMEPAGE="https://platformio.org/" SRC_URI="https://github.com/platformio/platformio-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}"/${PN}-core-${PV} LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 x86" RDEPEND=" $(python_gen_cond_dep ' >=dev-python/bottle-0.13.0[${PYTHON_USEDEP}] >=dev-python/click-8.0.4[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] ~dev-python/marshmallow-3.21.1[${PYTHON_USEDEP}] >=dev-python/pyelftools-0.27[${PYTHON_USEDEP}] =dev-python/semantic-version-2.10[${PYTHON_USEDEP}] =dev-python/starlette-0.19[${PYTHON_USEDEP}] =dev-python/uvicorn-0.16[${PYTHON_USEDEP}]