sci-electronics/mpremote - 1.22.0 (science)

Search

Package Information

Description:
MicroPython remote control
Homepage:
https://github.com/micropython/micropython/tree/master/tools/mpremote
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.22.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=hatchling

inherit distutils-r1 pypi

DESCRIPTION="MicroPython remote control"
HOMEPAGE="https://github.com/micropython/micropython/tree/master/tools/mpremote"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/pyserial[${PYTHON_USEDEP}]
	dev-python/importlib-metadata[${PYTHON_USEDEP}]
"

PATCHES=(
	"${FILESDIR}/${P}-requirements_txt.patch"
)

# The package might not have a test suite:
# https://github.com/orgs/micropython/discussions/11308
#distutils_enable_tests pytest

Dependencies

RDEPEND

	dev-python/pyserial[${PYTHON_USEDEP}]
	dev-python/importlib-metadata[${PYTHON_USEDEP}]