dev-python/bimmer-connected - 0.17.4 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/bimmer-connected-0.17.4

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

autounmask =dev-python/bimmer-connected-0.17.4

Or alternatively:

emerge --autounmask-write -a =dev-python/bimmer-connected-0.17.4

Package Information

Description:
Library to read data from the BMW Connected Drive portal
Homepage:
https://github.com/bimmerconnected/bimmer_connected https://pypi.org/project/bimmer-connected/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.17.4 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2024 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="Library to read data from the BMW Connected Drive portal"
HOMEPAGE="https://github.com/bimmerconnected/bimmer_connected https://pypi.org/project/bimmer-connected/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="china test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
	>=dev-python/pycryptodome-3.4[${PYTHON_USEDEP}]
	>=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]
	china? ( dev-python/pillow[${PYTHON_USEDEP}] )"
BDEPEND="
	dev-python/pbr[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest-cov[${PYTHON_USEDEP}]
		dev-python/pytest-timeout[${PYTHON_USEDEP}]
	)"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

dev-python/httpx[]
	>=dev-python/pycryptodome-3.4[]
	>=dev-python/pyjwt-2.1.0[]
	china? ( dev-python/pillow[] )

BDEPEND

	dev-python/pbr[]
	test? (
		dev-python/pytest-cov[]
		dev-python/pytest-timeout[]
	)