dev-python/hyundai-kia-connect-api: drop 3.1.9, 3.3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:02:55 +01:00 committed by Andreas Billmeier
parent 159fdcfcae
commit 9588af32c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 72 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 1681 Ebuilds in total, 1670 of them have in total 1684 (40 different) licenses assigned.
There are 1679 Ebuilds in total, 1668 of them have in total 1682 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|962|
|MIT|960|
|Apache-2.0|362|
|BSD|99|
|GPL-3|98|

View File

@ -1,7 +1,3 @@
DIST hyundai_kia_connect_api-3.1.9.tar.gz 40592 BLAKE2B 9cb420cb8271d6ab142497e9f53d2b799ed2e13b24469850267de6e0d3b3b550668a0d9d3099c589c9c3faf634c99934f6057f5b7ad70eaa2fdde7072d02d939 SHA512 299c3df96b0a8f762ce22bfafd19d13d70708913256ebb54ca1f762688301fb1ba90907600f3849d711de775a38e31fcdb58c654fbaae0ecf8c7b1240d463ea2
DIST hyundai_kia_connect_api-3.10.5.tar.gz 59160 BLAKE2B 868ec8fc427bc2cfbfff7d3dfeb49c403bf25e5f6204799646a502f4456b6feb6d741595871efff00a2c8a6bd816096de6bd85f701f26412fb2e1e6a5578342b SHA512 edd5ce2f831045fbfeafa2f62131a602231fd9cf2c1850274c9417c46ec6ad061218e8d522bd87cc40f3e82e05dee1dec9f7604d8ad28a1771b5a91459cb8e13
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.10.5.ebuild 853 BLAKE2B 9388590add344a6408ac50737f61033fabc2324dea3a5cd796eba336f9bd221d80fa642153e4b8d3a7486c302fd53693ba04b9c56effc06d210514d3c429c490 SHA512 073823ab075b9b7a974902249aecbc6ecbdad61c103663b8bdf34207415bf441d2e54164985aaaab5012d76662992d983c03b50bcc1f344cf5bd9f00e547b5c1
EBUILD hyundai-kia-connect-api-3.3.12.ebuild 870 BLAKE2B fdec4fe0c2ca8802a4c666917d4045003b86cb4279f5eb7083c41afd901428df8891d38936fdc4a924e0ca00b1df60b133db2647752e1266987737c8be911e81 SHA512 e5c96e0890a4b1ee6729f976adeffeabd9823bdee21a975d7bb405e112f4fe27158fcb0de22190eef9908d81696252f94dc07889b4bc3681bc9ca2852e3e9eac
MISC metadata.xml 540 BLAKE2B af781755b777369cc5a8fb9beff20cb1b2d29f3f3d3c2d257aaa7073e3a9dbcd52abe6f4f3f11183a6b94a7088cc4317814cde94fa7aa0ba9d8161937be2a7b7 SHA512 6fad7f337c6c64f02331eb6bc7f316adda465dbd90f4254cb984b5ed74f6b78bd345c9425ee2102fa7a4fd8ef58a5a375b1531be0e8a3430037a0e7e648127f6

View File

@ -1,32 +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[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${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

View File

@ -1,34 +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[${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