dev-python/victron-ble - 0.9.3 (ha-bleeding-edge)

Search

Package Information

Description:
Parser for Victron BLE messages
Homepage:
https://github.com/rajlaud/victron-ble https://pypi.org/project/victron-ble/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.9.3 8 ~amd64 ~arm64 ~arm 0
View Raw Ebuild
# Copyright 2025
# Distributed under the terms of the Apache-2.0 license

EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
# Upstream publishes sdist as "victron_ble-<ver>.tar.gz"
# PYPI_PN="${PN//-/_}"
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 pypi

DESCRIPTION="Parser for Victron BLE messages"
HOMEPAGE="https://github.com/rajlaud/victron-ble https://pypi.org/project/${PN}/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~arm"
IUSE=""

# Runtime deps
# victron-ble provides the device parsers this package wraps
RDEPEND="
	dev-python/bleak[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]	
"
BDEPEND="
	${RDEPEND}
"

# Nothing special to adjust
# distutils-r1 + pypi will set SRC_URI and S automatically

Dependencies

RDEPEND

	dev-python/bleak[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]	

BDEPEND

	
	dev-python/bleak[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]