Skip to content

Commit 96bd3ac

Browse files
committed
dev-python/pyTibber: add 0.30.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3830 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ca7dd32 commit 96bd3ac

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 2004 Ebuilds in total, 1993 of them have in total 2021 (42 different) licenses assigned.
609+
There are 2005 Ebuilds in total, 1994 of them have in total 2022 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1160|
613+
|MIT|1161|
614614
|Apache-2.0|446|
615615
|GPL-3|117|
616616
|BSD|113|
@@ -653,9 +653,9 @@ There are 2004 Ebuilds in total, 1993 of them have in total 2021 (42 different)
653653
|GPL-2+|1|
654654
|GPL-2-with-linking-exception|1|
655655

656-
(Last counted: 29/09/2024)
656+
(Last counted: 30/09/2024)
657657

658658
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
659659

660660
A big thanks goes to Iris for reviewing this README.
661-
Last updated: 29/09/2024
661+
Last updated: 30/09/2024

dev-python/pyTibber/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pyTibber-0.28.2.tar.gz 26533 BLAKE2B fd97d8214d86778ddb5a1da917d5908514f7910f8a0feb89b9815c79eb752a6a7f7d8ac03bbafb8f42af47183cde6641f4136637b0347bc06f511e20c551d0ab SHA512 85185bb5dc1b17bd52f9649532e1dcd6e38805b87affa4d3a31b34c127a1630b7997910b16d235a8c27cb5cbec958bc9994b199ac077f6a9746437355a6d3600
2-
EBUILD pyTibber-0.28.2.ebuild 855 BLAKE2B 73f88c102326c4a2474eb5531779dc65f433ead540caec67d9e8ac13cc9c129b54ccb5a47848e412ecfda280ef7dd9eb9f5a792dc5e9a50aaf5b4ba0b7243bcc SHA512 720512c80fdc4a543bdc7116b0f4cd6d7967a625218972b8cf27aa6f9b550a3cdfc8b0eabb9dd840572691c738a6810b876aea885cfd662e379facd832cd3f1e
2+
DIST pytibber-0.30.2.tar.gz 27019 BLAKE2B d016002ee9c1fcfb0896e3dc9e790cfc1b544a96f660bddc051a412f4498f5f45811867898bb76b406a4992c6e5a73bef3f27acf614213ee6e0ed0ef4f1d8ba7 SHA512 311cf70a23879ccef09eb8faf59200eddc8b75b154c4fc73883d386f716c1f791acd3ca9df4d3857184958f575de3747361b150d7cf5588d5eac2e8b688f06ee
3+
EBUILD pyTibber-0.28.2.ebuild 855 BLAKE2B 1fbc54abaf3b040f6ba17dffe46661ad379c8c59a6ce5d12bd67497caa7b5631d74c443f188ff1122aaaa0d457c1a4aec327e4395faa8bd64ab04919de261d71 SHA512 4f0937d175b8cfd467ff109bb1fdf0a3ae1e8bbb699d019ec5eed557ed81c1ce8f8a093512626bde20a745c3b6c85db5ebd00b49ed2056ef64018731614a59df
4+
EBUILD pyTibber-0.30.2.ebuild 635 BLAKE2B 0fe3809873b8e25f7f22739c4c663d2612b486acb07b5bbb0ba4ac1cd2e6e67c08b1897cefbfc64bbba82abd22f74da4ebf4299b9b629776deba326203a33c8e SHA512 ea19c4fa2c789a59ec28d01f4690274c7ff152b8f8a786c586cd41fabd7e679b60d8e765e98e0cfe6fb3b403a1cb00ada5a7305670c7ef129fde1f8a5ce5eaad
35
MISC metadata.xml 522 BLAKE2B 13b715a8af2a3e26e7ba12d4b602a61d11fd0f5ab80b799a264b7e061ad7dc8e01937dbded76399d6997d655400815ce38e807287014cd870d70a0eeacfe5730 SHA512 7b18d60761a6187f4c8931a511529c3000ffd925b9d1636794bad50c7111a108b90927aa72d40841338da847679f2358348358a380fb133571604828bd73ecb4

dev-python/pyTibber/pyTibber-0.28.2.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="A python3 library to communicate with Tibber"
10+
HOMEPAGE="https://github.com/Danielhiversen/pyTibber https://pypi.org/project/pyTibber/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
21+
dev-python/gql[${PYTHON_USEDEP}]
22+
>=dev-python/websockets-10.0[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)