dev-python/tesla-powerwall: add 0.5.1

Closes: #2837
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:34:55 +01:00
parent d8472c8fff
commit 352428cea9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 36 additions and 9 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 1752 Ebuilds in total, 1741 of them have in total 1760 (42 different) licenses assigned.
There are 1753 Ebuilds in total, 1742 of them have in total 1761 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|997|
|MIT|998|
|Apache-2.0|383|
|GPL-3|118|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST tesla-powerwall-0.3.19.gh.tar.gz 20480 BLAKE2B 5c2dcc63fe983c3ae0897ca7e3ec868a3b9ab2e858e902dd700393ff80e6151281b49b882e1a802dd99fcaa053b38d331bacc31a85926cf2f41052365079037b SHA512 7af7878736c82fabdbc782e7e5d9e0841ade7db4099e2e97b839997ee3c8630cf30efaa438068c22d6183b26666422c7fa6a108524ee9ab7f268ce805cf8385b
EBUILD tesla-powerwall-0.3.19.ebuild 828 BLAKE2B e571beb1da626e9018349286711fcc46586247807b05b5432692d5bed61bff8188ffd48dd719dba60202770e60656222afea49e1217db704d3227bf8178da97d SHA512 0305719f4d37f22d4c78d19b8b35b9c30509e322bad9c236f22a46dd5b4d7ea488c7a2a43226e2874bac7295ebf0585ddb0085e9cbfde94a44f8d137cba2b3a6
MISC metadata.xml 520 BLAKE2B 3e11252bdf79174fcd895549e43cbd95cdbbdd8cd4b9511e7e477acd1c6afe5ee68a2f2b75cb79086f06376c92ba27a150fe259fe380f22ed9d3bcc264899de9 SHA512 8d1c3aa30a2c3ee91f7dbda9d2637745d88c66a332c3d92ec9f9ac7bf399b89067cd76fe31792818a96fa0e0e44784df58078cdbda0a6268604e680974ae0c3d
DIST tesla-powerwall-0.5.1.gh.tar.gz 24620 BLAKE2B 598f982aeb4234a35111f8b3eaf493a5e3fd9aca9a84dba0a3638080dc08e26cacaec0560721eb254d2393999637773f813aae5002039a98ba8d09fceeb2c4a7 SHA512 ddffc0b799102eb3fb43e1a1c878127599d44f0256a8985e87b9ba4f3b6c799ada31ce12ec06308a2d212868c5672fbc924ab29ff2d36be609c35279b4567a78
EBUILD tesla-powerwall-0.3.19.ebuild 828 BLAKE2B 8cd183027dd7f9eaca66b6615409381ad3dacf449319137ab0510b632a7c425b179af636e0b4071b52a501a49bb49609686ce5d8c11b97004fdf574778b7ba3c SHA512 ec274ac1465e466262eb9b80fa35839c8c5d48bdc589febaa7580254bc28f150e510bf6ea3bb2c1f4542f8a49125050cd1b6539001f9ede4b21f653ba8fd09cc
EBUILD tesla-powerwall-0.5.1.ebuild 826 BLAKE2B aa61e8bf03d7bbef4cbafd375f342ca568a0b7da7d12bc10c33f60bd7acbd2c361d20460101ba1808c1986cef0878cc4618d0dd4e72206c1e622e92078b760a9 SHA512 636d6adb85e579173ca94ce8518fa43e94adc57b027be645798ef20a2d51e82a6ccaeaf37f8322a4666e5c1d2011af6ee511be583ea7feb8aed6058a418bf96a
MISC metadata.xml 399 BLAKE2B 8f60908a6cc599436cea162343bbc6730a441ebe82d354d97cb072879e6cc687179f0e4dfb349cf0d571d82c1224ada8c075be61b9572415ac82d501d9288d51 SHA512 0b42f296b460bda66be264a640ba0c1044cdab49e206836d4bfa19f50f4a82afec56324a0ba0a7045ce9b844ba78f0fd3f4f2a9ad77515114a670062561fccb3

View File

@ -8,9 +8,5 @@
<upstream>
<remote-id type="pypi">tesla-powerwall</remote-id>
<remote-id type="github">jrester/tesla_powerwall</remote-id>
<maintainer status="unknown">
<email>jrester379@gmail.com</email>
<name>Jrester</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,29 @@
# 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
DESCRIPTION="API for Tesla Powerwall"
HOMEPAGE="https://github.com/jrester/tesla_powerwall https://pypi.org/project/tesla-powerwall/"
MY_PN=${PN/-/_}
SRC_URI="https://github.com/jrester/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.18[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
BDEPEND=">=dev-python/packaging-20.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest