dev-python/bimmer-connected: add 0.14.3

Closes: #2390
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-11-23 17:48:52 +01:00 committed by Andreas Billmeier
parent 460fd58ac5
commit eb3aef669c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 39 additions and 2 deletions

View File

@ -612,12 +612,12 @@ 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 1637 Ebuilds in total, 1626 of them have in total 1646 (43 different) licenses assigned.
There are 1638 Ebuilds in total, 1627 of them have in total 1647 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|954|
|Apache-2.0|336|
|Apache-2.0|337|
|GPL-3|95|
|BSD|94|
|GPL-2|27|

View File

@ -1,5 +1,7 @@
DIST bimmer_connected-0.14.1.tar.gz 7215836 BLAKE2B 88c622b6be140b2f4ed715656ba9b4462d2f5ec4938f55c868e0a755cd8f162ee96f7d923ce0a2febe65d2734b47505a3a52ce1d5e9831633a78741976433c7f SHA512 d5034d5cd900e2db184c40858c9cba197f1ade888a70cc55ea9b9d77928488bbd840a55ce66654033a54b8b7056e935cd2e44b6f60869b4d43e3f1db2abfbe83
DIST bimmer_connected-0.14.2.tar.gz 7215926 BLAKE2B 80c15fe622e0459b0a8470bbc07ff60fbe137763394888fe443a561991bf30a4ff05917f980cb7a12f8efa247e85dc6b9a354a773e451a990a035d172f698646 SHA512 59e536115d4327a7b84ee5f1d2b9445bfdcdb3e4827b05154fafd9d48fc6439a8a2d6243579e4277615aaca244ceb82076a32ca2b9f677ce478fd2146be4b76e
DIST bimmer_connected-0.14.3.tar.gz 7217551 BLAKE2B cd11bc7579aa4e3b3a58c9d172eb726a48bd1dafe5d0cba702dd20df7c37099fc754d7bbae151d3a132d85efa475467cb83f9b63c8fb48c09e6da21d259b3383 SHA512 be89c942484797758f17f92ad4c200017073084b8a1b534d72c7278fe8df7542178f84e80bf88ee1f8f75201da62bb516c4a17e9cd8942a00ac4a550d096e3a0
EBUILD bimmer-connected-0.14.1.ebuild 897 BLAKE2B f5f70e1335aba4d81dc132dde14a4a3d7e5c1a803a653711e658af35e8e52ad3b7ebbd6b75af8c3c82165b5cfdf7db8e9fe55063069e81ae17bfea27fecfde11 SHA512 d32e6efd74fefd745e447837005699338008f6942b53ccf85a84a4e5f056a02b87daae2037fb59f80c02c5f78f25b12215c0abcf254dc2d715cec3b6a4326d1d
EBUILD bimmer-connected-0.14.2.ebuild 897 BLAKE2B f5f70e1335aba4d81dc132dde14a4a3d7e5c1a803a653711e658af35e8e52ad3b7ebbd6b75af8c3c82165b5cfdf7db8e9fe55063069e81ae17bfea27fecfde11 SHA512 d32e6efd74fefd745e447837005699338008f6942b53ccf85a84a4e5f056a02b87daae2037fb59f80c02c5f78f25b12215c0abcf254dc2d715cec3b6a4326d1d
EBUILD bimmer-connected-0.14.3.ebuild 897 BLAKE2B f5f70e1335aba4d81dc132dde14a4a3d7e5c1a803a653711e658af35e8e52ad3b7ebbd6b75af8c3c82165b5cfdf7db8e9fe55063069e81ae17bfea27fecfde11 SHA512 d32e6efd74fefd745e447837005699338008f6942b53ccf85a84a4e5f056a02b87daae2037fb59f80c02c5f78f25b12215c0abcf254dc2d715cec3b6a4326d1d
MISC metadata.xml 409 BLAKE2B 4c88a9426004b0754b8a8e10c1caad5f49392ab06a0b05c53c3976bdc928cc7260caa98d1cad99bb14f785be4416de286da332c7c108f286c07b2b02a5d7d512 SHA512 1e9d1ae88d0e4ed47ccdd05338b1f0d72888c0b03dda028b9d2f543ed9fa77e3680ebbf20f7a346c694a97cfea7b0c143525cc4e9b5e8243dfb80b223d5b486f

View File

@ -0,0 +1,35 @@
# 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="Library to read data from the BMW Connected Drive portal"
HOMEPAGE="https://github.com/bimmerconnected/bimmer_connected https://pypi.org/project/bimmer-connected/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.4[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest