dev-python/renault-api: add 0.2.2

Closes: #3228
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-28 13:46:16 +02:00
parent 503fccdd08
commit 0f699d375c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 38 additions and 2 deletions

View File

@ -617,11 +617,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 1782 Ebuilds in total, 1771 of them have in total 1791 (42 different) licenses assigned.
There are 1783 Ebuilds in total, 1772 of them have in total 1792 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1010|
|MIT|1011|
|Apache-2.0|401|
|GPL-3|106|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST renault_api-0.2.1.tar.gz 35516 BLAKE2B 063592462c8db031ed6d356498d5c73291f1a2efe788999881b2349fecba2418b9d2b9ca6196f552e3c0b4b386f6b78097685a520e20344b74334be557946fde SHA512 20dc6bf5f86960a6075a0cf5e5be0ed865a8102af9614d1729e3e96133b32046d0543eaee968e1c99a7e781a564444efacf54cdf47066fb5aa95323bd077754a
DIST renault_api-0.2.2.tar.gz 35792 BLAKE2B 46de60f40586c11c25aa7dc496e5847b900e990d389f84a5f5abb2022852cd3e693bb573cf9bc2081a05fdd24d313e577755eec39ca061462dfbb91fb1e5c64e SHA512 e5b7667fee6444ab51986c9eb7461a9b8b0ed764ca6078a8452a09d18312afc4fe0717a2950c6cff13c036aaec00131fc106aa08b8b2ef4821d9220f0e40c3c7
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 1c64198896689a4b9ed80e0210d44f92a45bc0a67b91c44bfa0bc98ac553257f9a7fff759aa5c30fc056f09633c0685e19718d0c5ce915ffc0e420d048f9520a SHA512 dc786be4d8da30ee8c804db65ed4e60f4c23058da03cd996cccd25f3302c01b9031e47aced1c8c1ae31dc07bca618e16238c3441f9e89c1939ee7f1d3ea6ec8c
EBUILD renault-api-0.2.2.ebuild 918 BLAKE2B 4043516d3b19e1d9229ea96c6451fd8aed7955bc4f4963d937dce5d41b6d05d5419ef1a46558feb52e311dbf0eaa707f1c1c9498f3f173c5db7373b553989386 SHA512 d056321ff7b811484005177dded00c1d5d8222f52e43033ebe387edcf18f615d9cc7240107a7df3f50ce8171a2c9b55e7ced280cb034aa74a290862135637704
MISC metadata.xml 391 BLAKE2B 8a8a03867f865fcaa11d8249a040fba43a48688864779377895ff28ae6909f31bad9307b92e7c1d97ca13943823c4beb689dc832351e1efae02b3d3bc004345f SHA512 14ef62329f6a6684ec1fee6c69114a2c98e4d1a2cb4e0f8ac16985848f5c554032fe2225614ee5cad80a284e7d35f24df61391f20d5ea639a5ec6e3c062e6158

View File

@ -0,0 +1,34 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Renault API"
HOMEPAGE="https://github.com/hacf-fr/renault-api https://pypi.org/project/renault-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-42.0.5[${PYTHON_USEDEP}]
>=dev-python/marshmallow-dataclass-8.2.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.7[${PYTHON_USEDEP}]
>=dev-python/dateparser-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest