# Copyright 1999-2024 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=( python3_{11..12} ) 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.12.25[${PYTHON_USEDEP}] >=dev-python/click-8.0.4[${PYTHON_USEDEP}] =dev-python/semantic-version-2.10[${PYTHON_USEDEP}] =dev-python/starlette-0.21[${PYTHON_USEDEP}] >=dev-python/uvicorn-0.19[${PYTHON_USEDEP}] dev-python/wsproto[${PYTHON_USEDEP}] >=dev-python/pyelftools-0.27[${PYTHON_USEDEP}]