dev-python/tesla-fleet-api: new package, add 0.2.3

Closes: #2866
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:24:06 +01:00
parent fec3179832
commit 31d82e7234
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -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 1732 Ebuilds in total, 1721 of them have in total 1740 (42 different) licenses assigned.
There are 1733 Ebuilds in total, 1722 of them have in total 1741 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|986|
|Apache-2.0|379|
|Apache-2.0|380|
|GPL-3|115|
|BSD|100|
|LGPL-3|25|

View File

@ -0,0 +1,3 @@
DIST tesla_fleet_api-0.2.3.tar.gz 22334 BLAKE2B 13acb46478ed0fcb36ff08d15f2bfbe2bfabaf733aa9cc7c0173f1b55819a1c3e4b620d92b58d6310ec0d3e6c5f72fb1ae8c32fcd856f51faa214d083cba9350 SHA512 30842e37ad61a8b78045b65fd87cce10f57993c7f8eb41131795b7264e28a37402cf9d16b1df127f96ad5ef2dadacf135bf949daa01c44d0cb33e7bf186a2def
EBUILD tesla-fleet-api-0.2.3.ebuild 553 BLAKE2B 2f11dbc21ab605735afc15f19cad7152e0d729adc026855613b83363e69803dd1e47b390eb21a74210c93a3f0e05148c1a17cc8f2c51d68c10e357e8e128c4ab SHA512 133fb0f18b5d7308d814de10c90f3f844b6a9d220ce12c85f235c03764e02363caecd4021e596f4a66070ffca3da0dd1008881fd4747cab98c83d942d6d64dc2
MISC metadata.xml 527 BLAKE2B f64651dd9ea7e4857ece921c96c8c3bc3f40fa00d625215134bd1f29381089ebd8dea038fe660888f1b2cce94b99fc709da30979ebf85d78ec028250fef24b98 SHA512 531bfddd5a22c499acdf16b490db0909dc7587136884890432d96f965c97592d12b8a68638c44721c3b2a8a14082c74dca8127a7f082def2a7f94b32c96928c0

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">tesla-fleet-api</remote-id>
<remote-id type="github">Teslemetry/tesla_fleet_api</remote-id>
<maintainer status="unknown">
<email>hello@teslemetry.com</email>
<name>Brett Adams</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 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="Tesla Fleet API library for Python"
HOMEPAGE="https://github.com/Teslemetry/tesla_fleet_api https://pypi.org/project/tesla-fleet-api/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest