dev-python/zigpy-xbee - 0.22.0 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/zigpy-xbee-0.22.0

Package Information

Description:
A library which communicates with XBee radios for zigpy
Homepage:
https://github.com/zigpy/zigpy-xbee https://pypi.org/project/zigpy-xbee/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.22.0 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A library which communicates with XBee radios for zigpy"
HOMEPAGE="https://github.com/zigpy/zigpy-xbee https://pypi.org/project/zigpy-xbee/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

RDEPEND=">=dev-python/zigpy-2.0.0[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		>=dev-python/pytest-7.1.2[${PYTHON_USEDEP}]
		>=dev-python/pytest-asyncio-0.19.0[${PYTHON_USEDEP}]
	)
"

src_prepare() {
	# remove dynamic-versioning
	sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
	sed 's/, "setuptools-git-versioning<2"//g' -i pyproject.toml || die
	eapply_user
}

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/zigpy-xbee | euse -E <flag> -p dev-python/zigpy-xbee | euse -D <flag> -p dev-python/zigpy-xbee

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/zigpy-2.0.0[]

BDEPEND

	test? (
		>=dev-python/pytest-7.1.2[]
		>=dev-python/pytest-asyncio-0.19.0[]
	)