dev-python/bimmer-connected: add 0.15.3
Closes: #3392 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ebbef6fb3f
commit
4d8c06c234
@ -606,12 +606,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 1925 Ebuilds in total, 1914 of them have in total 1937 (42 different) licenses assigned.
|
||||
There are 1927 Ebuilds in total, 1916 of them have in total 1938 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1103|
|
||||
|Apache-2.0|432|
|
||||
|Apache-2.0|433|
|
||||
|GPL-3|114|
|
||||
|BSD|110|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST bimmer_connected-0.14.6.tar.gz 7218651 BLAKE2B 81f33f2116c80e7dbf9595cbe5064eefbcc0902442b9472e269ae2b3d8e2787451e00869593fe44006b222124e8a6e8cb0215899fc6f9a4ad645342fa2cee2dc SHA512 e0b647fba644e435df1f08f5c48a4050011ac07215caffc5ee2df3f20ed550b7aaec38bf9d565afb112e83b581d097e48a1b635e2ac913884538042fc0f709d4
|
||||
DIST bimmer_connected-0.15.2.tar.gz 7219268 BLAKE2B 12c8211ffed2b53fb71850b4034a146498e66adea5a919d706bc6645afe5e0f66752bc944b7ce29d466401dce3061dec744ff76c12dd9c6e7d536d9db675134b SHA512 d43d88a0c70702892710e739f18f83e85716f5bf7bb80cbf9fd0b59db35d133ec8f10338510f9055519f6a0fe6b43110a78cf7883b99e464b9d905ca6f769f26
|
||||
DIST bimmer_connected-0.15.3.tar.gz 7219259 BLAKE2B e1990fda919cbfd3988489e3977f7bfdc06704f3fc8da41804bce2468be2d8683cf183a3b1ebf63c31c7d934dea1c99413d94392a93203f5e236f5b2132bac52 SHA512 8dd7d65e31b1c576909b6e87a7629a384727cadf4d18d2f7297da58158d6d7ae7d888a298c769bf6ea5f98d996245618de4f66ca5057f03a7a81492f164a6d9a
|
||||
EBUILD bimmer-connected-0.14.6-r1.ebuild 910 BLAKE2B 8365a04e24a597031da6ee56cb3ae3953aac9b80080d4f77009f5f93372919a83a295a4f4eb21219cbd35d1972e314387656d08e4a39438539ae2bac2713f925 SHA512 5560f74b7af77f8e82894d8255a2d96611b69dbb179dc96534a3d393ca0f5123a3b47cbe3018d24e8df9b95c070c0512525c0ce9bcfc6ece948458c2a1c40ad9
|
||||
EBUILD bimmer-connected-0.15.2.ebuild 872 BLAKE2B b310eeec20be1f0e76a0356844212dab5d4e63bfb9751de6c91ce948bf8d4eda125c5e83d372b536099a7e50f7b6dcd50072c9a1f26c3fab6e65f3722498435e SHA512 bfc457347e888ed7746d615ff102306242385e2c86815f0116b12e97f1cc80228bd73b68dd512aca99b33b3a00de4641f99affe13732825938db09c05dcbfc6e
|
||||
EBUILD bimmer-connected-0.15.3.ebuild 872 BLAKE2B b310eeec20be1f0e76a0356844212dab5d4e63bfb9751de6c91ce948bf8d4eda125c5e83d372b536099a7e50f7b6dcd50072c9a1f26c3fab6e65f3722498435e SHA512 bfc457347e888ed7746d615ff102306242385e2c86815f0116b12e97f1cc80228bd73b68dd512aca99b33b3a00de4641f99affe13732825938db09c05dcbfc6e
|
||||
MISC metadata.xml 409 BLAKE2B 4c88a9426004b0754b8a8e10c1caad5f49392ab06a0b05c53c3976bdc928cc7260caa98d1cad99bb14f785be4416de286da332c7c108f286c07b2b02a5d7d512 SHA512 1e9d1ae88d0e4ed47ccdd05338b1f0d72888c0b03dda028b9d2f543ed9fa77e3680ebbf20f7a346c694a97cfea7b0c143525cc4e9b5e8243dfb80b223d5b486f
|
||||
|
31
dev-python/bimmer-connected/bimmer-connected-0.15.3.ebuild
Normal file
31
dev-python/bimmer-connected/bimmer-connected-0.15.3.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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="china 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}]
|
||||
china? ( dev-python/pillow[${PYTHON_USEDEP}] )"
|
||||
BDEPEND="
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user