Install this version:
emerge -a =dev-python/hyundai-kia-connect-api-4.8.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/hyundai-kia-connect-api-4.8.2
Or alternatively:
emerge --autounmask-write -a =dev-python/hyundai-kia-connect-api-4.8.2
# 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="This is a Kia UVO and Hyundai Bluelink written in python for Homeassistant"
HOMEPAGE="https://github.com/fuatakgun/hyundai_kia_connect_api https://pypi.org/project/hyundai-kia-connect-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="google test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/beautifulsoup4-4.10.0[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/certifi-2024.6.2[${PYTHON_USEDEP}]
>=dev-python/tzdata-2025.2[${PYTHON_USEDEP}]
google? ( >=dev-python/geopy-2.2.0[${PYTHON_USEDEP}] )
"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/hyundai-kia-connect-api |
euse -E <flag> -p dev-python/hyundai-kia-connect-api |
euse -D <flag> -p dev-python/hyundai-kia-connect-api
>=dev-python/beautifulsoup4-4.10.0[] dev-python/requests[] >=dev-python/certifi-2024.6.2[] >=dev-python/tzdata-2025.2[] google? ( >=dev-python/geopy-2.2.0[] )
test? ( dev-python/pytest[] )