bump pyTibber-0.25.2

This commit is contained in:
Andreas Billmeier 2022-10-06 08:33:07 +02:00 committed by Andreas Billmeier
parent d04d4592ae
commit 9968a3dcf4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 42 additions and 2 deletions

View File

@ -538,11 +538,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 1921 Ebuilds in total, 1914 of them have in total 1926 (35 different) licenses assigned.
There are 1922 Ebuilds in total, 1915 of them have in total 1927 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1156|
|MIT|1157|
|Apache-2.0|362|
|GPL-3|121|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST pyTibber-0.22.3.tar.gz 21512 BLAKE2B 525607ca46832e9acc0d65b48369e14b75ae92520a4a5f7607b0e1e8788fa4961c4d133e7a90775f086ae9525f5932383fbbb36ccca1d0dffb6aa591f590f789 SHA512 1f0ad4f481eed737ddcea7180944fb385724185e3c3b9403abdea4b819b9a4e1282a6886b2bfd9f685b1cc27deec59b2d9a99006c2ee85b43684c3dfa83d32a4
DIST pyTibber-0.24.0.tar.gz 23287 BLAKE2B dbd0d1f1e3fdb146139aef458ae3a4ed803b4674f72c1cb5363091be78a78d5daf0666ac37a2c24af455e58a7d45fd01946d79c01797f1b4683d9d71afa67d69 SHA512 4106a069c3e412ecc65136e17853e62da607cb9aea11327bd0b44f0669215575ffbcceae43cb82408d3ae0b58d05efca514cd03eee54eb05fedd39ea5c179a39
DIST pyTibber-0.25.2.tar.gz 22963 BLAKE2B aa188ed7457a9165631ea9c6de4ccb9201ef839484a77bc1146d4ddee53eaddba756eff047e51e333cca4a8fcb8f7bcff7034011924a966468eb72c55b588466 SHA512 e63f312a0db976e7f51ad5c4e90aa10b3a9ea478b64b5c8eb1b88b753a3d5319da6cd726ecfdbecca3f97078009f92128637f04d587e971beeb6c0bea11a9bd7
EBUILD pyTibber-0.22.3.ebuild 944 BLAKE2B 647a112751df0b0651ae43172c6c0e4b58e284664d074ae428073829931d360a107cc274c329ae85c405eae0cc16da0c202ede5e50c550b21247a36f153027af SHA512 c5f955386c1a44b5a8dadd4858973628bfdd4846132cbaa8e338f3318c1c485b7c9fa02b0f3000026fb3abf7fce13333941b7e1a8ed8ec8ac189d9d18ba8d4f0
EBUILD pyTibber-0.24.0.ebuild 940 BLAKE2B 609098a873474303f294978baaf6d64eec505975db03c3e347d21e5e2ca37fdaa464d2c4099692acd1faf28e9878539a2b6515c02834f321994746838f27905e SHA512 0da8122f6aa5479c01fb2d246bc8b13c373013250ffbb3a30530d79b8a4b1e2cdedb9fce34e4ba7155a37506e5bca018d497756ee4005d724794c4b8eb6c35f8
EBUILD pyTibber-0.25.2.ebuild 940 BLAKE2B 609098a873474303f294978baaf6d64eec505975db03c3e347d21e5e2ca37fdaa464d2c4099692acd1faf28e9878539a2b6515c02834f321994746838f27905e SHA512 0da8122f6aa5479c01fb2d246bc8b13c373013250ffbb3a30530d79b8a4b1e2cdedb9fce34e4ba7155a37506e5bca018d497756ee4005d724794c4b8eb6c35f8
MISC metadata.xml 457 BLAKE2B 80b275fd57a9afbce7128f8aa83397860ebbf0435d83f04aab041ea73d2cca034ab5c90aaf71352f820473bab11193f7a892183a8db54876e82e181b64125111 SHA512 1b2231af3eddc07a522002e69dfc92459625c586b23d08331b5e21b8fefccae1adb7c1032f94474989b025b0f6a103e3f1ce435331270d24eb3e182e96fa962f

View File

@ -0,0 +1,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A python3 library to communicate with Tibber"
HOMEPAGE="https://github.com/Danielhiversen/pyTibber https://pypi.org/project/pyTibber/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
>=dev-python/async-timeout-1.4.0[${PYTHON_USEDEP}]
>=dev-python/graphql-subscription-manager-0.6.0[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest