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

Search

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.16.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_{11..13} )
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

Dependencies

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}]
	)