dev-python/hyundai-kia-connect-api: new package, add 3.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-04-07 16:43:06 +02:00
committed by Andreas Billmeier
parent 21a8b9dd69
commit f2947e63fe
4 changed files with 53 additions and 2 deletions

View File

@@ -576,11 +576,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 1817 Ebuilds in total, 1806 of them have in total 1822 (36 different) licenses assigned.
There are 1818 Ebuilds in total, 1807 of them have in total 1823 (36 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1063|
|MIT|1064|
|Apache-2.0|391|
|GPL-3|116|
|BSD|96|

View File

@@ -0,0 +1,3 @@
DIST hyundai_kia_connect_api-3.1.2.tar.gz 40418 BLAKE2B d67d964691f438eb5657f6113badc9755aafc54093ecffcb3d57d75434a4acb6e04646786a7bde29550f3bae8667af1ddb12d71211faf873d435dc7af512cc95 SHA512 63ced5a652175632757fa16f0dd720ee91fed75c5d71c3185a7ad98f756f9f1b4da956101f7ad3894727879077ffdb68c9f81ec1f8780c6a9fb5da7fb4cd572b
EBUILD hyundai-kia-connect-api-3.1.2.ebuild 788 BLAKE2B 3e07686a83a95af497830a4a0f9d003c122f4eae581205dc4510a8bf4d3e6587d1404b40533641b3563a46c95f7dfc4394cc6d0092ab8481e341ae1568a46cda SHA512 a54f02c06b3342010c4618d94c50b308e35e07c164ec66c6c6794f54d5c9cdae6d6f11cc0d8c623a8054ffdaec4155fc0544eeecb13eaf2ec4be48191b521433
MISC metadata.xml 540 BLAKE2B af781755b777369cc5a8fb9beff20cb1b2d29f3f3d3c2d257aaa7073e3a9dbcd52abe6f4f3f11183a6b94a7088cc4317814cde94fa7aa0ba9d8161937be2a7b7 SHA512 6fad7f337c6c64f02331eb6bc7f316adda465dbd90f4254cb984b5ed74f6b78bd345c9425ee2102fa7a4fd8ef58a5a375b1531be0e8a3430037a0e7e648127f6

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
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

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">hyundai-kia-connect-api</remote-id>
<remote-id type="github">fuatakgun/hyundai_kia_connect_api</remote-id>
<maintainer status="unknown">
<email>fuatakgun@gmail.com</email>
<name>Fuat Akgun</name>
</maintainer>
</upstream>
</pkgmetadata>