dev-python/hyundai-kia-connect-api: drop 3.10.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 17:27:20 +01:00
committed by Andreas Billmeier
parent a0f3c9d645
commit 8da2fb3ab0
3 changed files with 2 additions and 37 deletions

View File

@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1686 Ebuilds in total, 1675 of them have in total 1693 (42 different) licenses assigned.
There are 1685 Ebuilds in total, 1674 of them have in total 1692 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|980|
|MIT|979|
|Apache-2.0|352|
|GPL-3|108|
|BSD|92|

View File

@@ -1,7 +1,5 @@
DIST hyundai_kia_connect_api-3.10.5.tar.gz 59160 BLAKE2B 868ec8fc427bc2cfbfff7d3dfeb49c403bf25e5f6204799646a502f4456b6feb6d741595871efff00a2c8a6bd816096de6bd85f701f26412fb2e1e6a5578342b SHA512 edd5ce2f831045fbfeafa2f62131a602231fd9cf2c1850274c9417c46ec6ad061218e8d522bd87cc40f3e82e05dee1dec9f7604d8ad28a1771b5a91459cb8e13
DIST hyundai_kia_connect_api-3.10.6.tar.gz 59611 BLAKE2B 524269549936bf3ed1687064d6d0b85d494eaa42861df4969a36da3ebb7b5351096c4940d24d490b8ecc57b8baace0c2b4291ff0874c58bc3242838d707cc4ad SHA512 ad3c11f578b9b8479e7ce56e2dbfe1660fac45ffdfa776cbe341fbd2cf9b764784d8dd72818d22b86f1917cebc51f749806a79ca1b3b690656e3341a05571c52
DIST hyundai_kia_connect_api-3.10.8.tar.gz 59621 BLAKE2B fd67d0c2dbde3aced012a8e5fa26360e8d33ca012e751926b6ab9f00cd3f46c00090ca26fa70dd50753161c347631288a4b911472bb0c20f45481c47ba1c702f SHA512 2e47afcab0f548baa05bfea76dc109c740e0196dcccf8a910e966b39619cb2ec83768b51c0b5e688631d7e15dc956f01fe9589217f8f2e34da56ac197ac7b5af
EBUILD hyundai-kia-connect-api-3.10.5.ebuild 853 BLAKE2B 9388590add344a6408ac50737f61033fabc2324dea3a5cd796eba336f9bd221d80fa642153e4b8d3a7486c302fd53693ba04b9c56effc06d210514d3c429c490 SHA512 073823ab075b9b7a974902249aecbc6ecbdad61c103663b8bdf34207415bf441d2e54164985aaaab5012d76662992d983c03b50bcc1f344cf5bd9f00e547b5c1
EBUILD hyundai-kia-connect-api-3.10.6.ebuild 853 BLAKE2B 9388590add344a6408ac50737f61033fabc2324dea3a5cd796eba336f9bd221d80fa642153e4b8d3a7486c302fd53693ba04b9c56effc06d210514d3c429c490 SHA512 073823ab075b9b7a974902249aecbc6ecbdad61c103663b8bdf34207415bf441d2e54164985aaaab5012d76662992d983c03b50bcc1f344cf5bd9f00e547b5c1
EBUILD hyundai-kia-connect-api-3.10.8.ebuild 853 BLAKE2B 9388590add344a6408ac50737f61033fabc2324dea3a5cd796eba336f9bd221d80fa642153e4b8d3a7486c302fd53693ba04b9c56effc06d210514d3c429c490 SHA512 073823ab075b9b7a974902249aecbc6ecbdad61c103663b8bdf34207415bf441d2e54164985aaaab5012d76662992d983c03b50bcc1f344cf5bd9f00e547b5c1
MISC metadata.xml 540 BLAKE2B af781755b777369cc5a8fb9beff20cb1b2d29f3f3d3c2d257aaa7073e3a9dbcd52abe6f4f3f11183a6b94a7088cc4317814cde94fa7aa0ba9d8161937be2a7b7 SHA512 6fad7f337c6c64f02331eb6bc7f316adda465dbd90f4254cb984b5ed74f6b78bd345c9425ee2102fa7a4fd8ef58a5a375b1531be0e8a3430037a0e7e648127f6

View File

@@ -1,33 +0,0 @@
# 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-2.2.1[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.10[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/pytz-2021.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest