Skip to content

Commit 0f699d3

Browse files
committed
dev-python/renault-api: add 0.2.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3228 Signed-off-by: Andreas Billmeier <b@edevau.net>
1 parent 503fccd commit 0f699d3

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1782 Ebuilds in total, 1771 of them have in total 1791 (42 different) licenses assigned.
620+
There are 1783 Ebuilds in total, 1772 of them have in total 1792 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1010|
624+
|MIT|1011|
625625
|Apache-2.0|401|
626626
|GPL-3|106|
627627
|BSD|104|

dev-python/renault-api/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST renault_api-0.2.1.tar.gz 35516 BLAKE2B 063592462c8db031ed6d356498d5c73291f1a2efe788999881b2349fecba2418b9d2b9ca6196f552e3c0b4b386f6b78097685a520e20344b74334be557946fde SHA512 20dc6bf5f86960a6075a0cf5e5be0ed865a8102af9614d1729e3e96133b32046d0543eaee968e1c99a7e781a564444efacf54cdf47066fb5aa95323bd077754a
2+
DIST renault_api-0.2.2.tar.gz 35792 BLAKE2B 46de60f40586c11c25aa7dc496e5847b900e990d389f84a5f5abb2022852cd3e693bb573cf9bc2081a05fdd24d313e577755eec39ca061462dfbb91fb1e5c64e SHA512 e5b7667fee6444ab51986c9eb7461a9b8b0ed764ca6078a8452a09d18312afc4fe0717a2950c6cff13c036aaec00131fc106aa08b8b2ef4821d9220f0e40c3c7
23
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 1c64198896689a4b9ed80e0210d44f92a45bc0a67b91c44bfa0bc98ac553257f9a7fff759aa5c30fc056f09633c0685e19718d0c5ce915ffc0e420d048f9520a SHA512 dc786be4d8da30ee8c804db65ed4e60f4c23058da03cd996cccd25f3302c01b9031e47aced1c8c1ae31dc07bca618e16238c3441f9e89c1939ee7f1d3ea6ec8c
4+
EBUILD renault-api-0.2.2.ebuild 918 BLAKE2B 4043516d3b19e1d9229ea96c6451fd8aed7955bc4f4963d937dce5d41b6d05d5419ef1a46558feb52e311dbf0eaa707f1c1c9498f3f173c5db7373b553989386 SHA512 d056321ff7b811484005177dded00c1d5d8222f52e43033ebe387edcf18f615d9cc7240107a7df3f50ce8171a2c9b55e7ced280cb034aa74a290862135637704
35
MISC metadata.xml 391 BLAKE2B 8a8a03867f865fcaa11d8249a040fba43a48688864779377895ff28ae6909f31bad9307b92e7c1d97ca13943823c4beb689dc832351e1efae02b3d3bc004345f SHA512 14ef62329f6a6684ec1fee6c69114a2c98e4d1a2cb4e0f8ac16985848f5c554032fe2225614ee5cad80a284e7d35f24df61391f20d5ea639a5ec6e3c062e6158
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Renault API"
11+
HOMEPAGE="https://github.com/hacf-fr/renault-api https://pypi.org/project/renault-api/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
22+
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
23+
>=dev-python/cryptography-42.0.5[${PYTHON_USEDEP}]
24+
>=dev-python/marshmallow-dataclass-8.2.0[${PYTHON_USEDEP}]
25+
dev-python/click[${PYTHON_USEDEP}]
26+
>=dev-python/tabulate-0.8.7[${PYTHON_USEDEP}]
27+
>=dev-python/dateparser-1.0.0[${PYTHON_USEDEP}]"
28+
BDEPEND="
29+
test? (
30+
dev-python/aioresponses[${PYTHON_USEDEP}]
31+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
32+
)"
33+
34+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)