dev-python/victron-ble-ha-parser - 0.6.3 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/victron-ble-ha-parser-0.6.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/victron-ble-ha-parser-0.6.3

Or alternatively:

emerge --autounmask-write -a =dev-python/victron-ble-ha-parser-0.6.3

Package Information

Description:
Parser for Victron BLE messages (Home Assistant oriented)
Homepage:
https://github.com/rajlaud/victron-ble-ha-parser https://pypi.org/project/victron-ble-ha-parser/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.6.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} )
DISTUTILS_USE_PEP517=setuptools
# Upstream publishes sdist as "victron_ble_ha_parser-<ver>.tar.gz"
#PYPI_PN="${PN//-/_}"

inherit distutils-r1 pypi
DESCRIPTION="Parser for Victron BLE messages (Home Assistant oriented)"
HOMEPAGE="https://github.com/rajlaud/victron-ble-ha-parser https://pypi.org/project/${PN}/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~arm"
IUSE=""

# Uses a PEP517 setuptools build; no tests shipped
RESTRICT="test"

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

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

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/victron-ble[]

BDEPEND

	
	dev-python/victron-ble[]