dev-python/devolo-plc-api - 1.5.1 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/devolo-plc-api-1.5.1

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

autounmask =dev-python/devolo-plc-api-1.5.1

Or alternatively:

emerge --autounmask-write -a =dev-python/devolo-plc-api-1.5.1

Package Information

Description:
devolo PLC devices in Python
Homepage:
https://github.com/2Fake/devolo_plc_api https://pypi.org/project/devolo-plc-api/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.5.1 8 amd64 arm arm64 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..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

DESCRIPTION="devolo PLC devices in Python"
HOMEPAGE="https://github.com/2Fake/devolo_plc_api https://pypi.org/project/devolo-plc-api/"

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

DOCS="README.md"

RDEPEND="dev-python/ifaddr[${PYTHON_USEDEP}]
	>=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
	>=dev-python/protobuf-4.22.0[${PYTHON_USEDEP}]
	>=dev-python/segno-1.5.2[${PYTHON_USEDEP}]
	>=dev-python/tenacity-8.3.0[${PYTHON_USEDEP}]
	>=dev-python/zeroconf-0.70.0[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
		dev-python/pytest-httpx>=0.18.0[${PYTHON_USEDEP}]
		dev-python/typing-extensions[${PYTHON_USEDEP}]
		dev-python/syrupy[${PYTHON_USEDEP}]
	)"

python_test() {
	py.test -v -v || die
}

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/devolo-plc-api | euse -E <flag> -p dev-python/devolo-plc-api | euse -D <flag> -p dev-python/devolo-plc-api

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

dev-python/ifaddr[]
	>=dev-python/httpx-0.21.0[]
	>=dev-python/protobuf-4.22.0[]
	>=dev-python/segno-1.5.2[]
	>=dev-python/tenacity-8.3.0[]
	>=dev-python/zeroconf-0.70.0[]

BDEPEND

	test? (
		dev-python/pytest[]
		dev-python/pytest-asyncio[]
		dev-python/pytest-cov[]
		dev-python/pytest-httpx>=0.18.0[]
		dev-python/typing-extensions[]
		dev-python/syrupy[]
	)