dev-python/hyundai-kia-connect-api: add 3.3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-09 12:14:12 +02:00 committed by Andreas Billmeier
parent f5d899d191
commit 3f3c1fc173
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DIST hyundai_kia_connect_api-3.1.9.tar.gz 40592 BLAKE2B 9cb420cb8271d6ab142497e9f53d2b799ed2e13b24469850267de6e0d3b3b550668a0d9d3099c589c9c3faf634c99934f6057f5b7ad70eaa2fdde7072d02d939 SHA512 299c3df96b0a8f762ce22bfafd19d13d70708913256ebb54ca1f762688301fb1ba90907600f3849d711de775a38e31fcdb58c654fbaae0ecf8c7b1240d463ea2
DIST hyundai_kia_connect_api-3.3.12.tar.gz 50087 BLAKE2B b7fa1af5bd6f6b29577b42a33626c8bb62df6ee767e127d98dc35746cbc385de449df241f23a4fa54d3d80de6ac46a0e13550bdb9e4af10dbd9a368f05983a18 SHA512 599a7a80a11ff57f364d04646f2709556ca788744fec3ae067d2a9f82f05194880b8bc7366b8aa5f7682115fd843d6ef04be22d9caea16bceee1dd0ddda78b33
EBUILD hyundai-kia-connect-api-3.1.9.ebuild 789 BLAKE2B 1c0efa69e002785a979fa3573bfef5cd0fa26ad3e5a479eb95d10a9ca225235eeb1b8c791f71d605258b681dedd2937832b46dfed4223595a0510fe2e22ce8aa SHA512 43b36e9de0c32c71538e032bb4dfcdecfa12b316a949a337c38d703851fe8d506a90bb082328c5ef0de7da6a56e2d8d0a83cc5bbc60d752bf08065b2e06495b6
EBUILD hyundai-kia-connect-api-3.3.12.ebuild 870 BLAKE2B fdec4fe0c2ca8802a4c666917d4045003b86cb4279f5eb7083c41afd901428df8891d38936fdc4a924e0ca00b1df60b133db2647752e1266987737c8be911e81 SHA512 e5c96e0890a4b1ee6729f976adeffeabd9823bdee21a975d7bb405e112f4fe27158fcb0de22190eef9908d81696252f94dc07889b4bc3681bc9ca2852e3e9eac
MISC metadata.xml 540 BLAKE2B af781755b777369cc5a8fb9beff20cb1b2d29f3f3d3c2d257aaa7073e3a9dbcd52abe6f4f3f11183a6b94a7088cc4317814cde94fa7aa0ba9d8161937be2a7b7 SHA512 6fad7f337c6c64f02331eb6bc7f316adda465dbd90f4254cb984b5ed74f6b78bd345c9425ee2102fa7a4fd8ef58a5a375b1531be0e8a3430037a0e7e648127f6

View File

@ -0,0 +1,34 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/curlify[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest