dev-python/bimmer-connected: add 0.15.2
Closes: #3249 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9714854ba4
commit
cf0a8e5143
@ -617,12 +617,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 1783 Ebuilds in total, 1772 of them have in total 1791 (42 different) licenses assigned.
|
||||
There are 1784 Ebuilds in total, 1773 of them have in total 1792 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1016|
|
||||
|Apache-2.0|394|
|
||||
|Apache-2.0|395|
|
||||
|GPL-3|106|
|
||||
|BSD|105|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST bimmer_connected-0.14.6.tar.gz 7218651 BLAKE2B 81f33f2116c80e7dbf9595cbe5064eefbcc0902442b9472e269ae2b3d8e2787451e00869593fe44006b222124e8a6e8cb0215899fc6f9a4ad645342fa2cee2dc SHA512 e0b647fba644e435df1f08f5c48a4050011ac07215caffc5ee2df3f20ed550b7aaec38bf9d565afb112e83b581d097e48a1b635e2ac913884538042fc0f709d4
|
||||
EBUILD bimmer-connected-0.14.6-r1.ebuild 910 BLAKE2B bbda2d2ca881612dcde20713c3294c4597217db3f8fc2c561e93d714e0774ed83f8aacdaf3b52b189f0556ead6c1dfbd0979ae354f3b5c5b30cffdfb60858f7d SHA512 fea4ba3fdc71f6e7929055ff76656989e3e373f776732e6d5db7d8ce0aa74bc31791f81ab2a98ef920c0539e71bf984e92f3dd613f9689dfa517e51206d9b0e4
|
||||
MISC metadata.xml 489 BLAKE2B 3ea6a159d6170eda790130784fe9b8eba36ebe203ff7a4b42498e06be7e06f700199cd218572186c3372a327d633471f2fb6e9f3b50e90914d91fe5d64a0efe0 SHA512 ea89d3262be4463050668478b7cfa0867ab577f546db513d6601b751e59be348d7fca88ee2020279814101c44f0e5985ffa45817639f8fdc0d44fa211293c49c
|
||||
DIST bimmer_connected-0.15.2.tar.gz 7219268 BLAKE2B 12c8211ffed2b53fb71850b4034a146498e66adea5a919d706bc6645afe5e0f66752bc944b7ce29d466401dce3061dec744ff76c12dd9c6e7d536d9db675134b SHA512 d43d88a0c70702892710e739f18f83e85716f5bf7bb80cbf9fd0b59db35d133ec8f10338510f9055519f6a0fe6b43110a78cf7883b99e464b9d905ca6f769f26
|
||||
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
|
||||
MISC metadata.xml 409 BLAKE2B 4c88a9426004b0754b8a8e10c1caad5f49392ab06a0b05c53c3976bdc928cc7260caa98d1cad99bb14f785be4416de286da332c7c108f286c07b2b02a5d7d512 SHA512 1e9d1ae88d0e4ed47ccdd05338b1f0d72888c0b03dda028b9d2f543ed9fa77e3680ebbf20f7a346c694a97cfea7b0c143525cc4e9b5e8243dfb80b223d5b486f
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Library to read data from the BMW Connected Drive portal"
|
||||
|
31
dev-python/bimmer-connected/bimmer-connected-0.15.2.ebuild
Normal file
31
dev-python/bimmer-connected/bimmer-connected-0.15.2.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
|
@ -9,7 +9,4 @@
|
||||
<remote-id type="pypi">bimmer-connected</remote-id>
|
||||
<remote-id type="github">bimmerconnected/bimmer_connected</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="china">Add RDEPEND to dev-python/pillow</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user