update pyTibber-0.24.0

update graphql-subscription-manager-0.6.1
This commit is contained in:
Andreas Billmeier 2022-09-03 18:10:12 +02:00 committed by Andreas Billmeier
parent ab8308638b
commit d1e1618738
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
8 changed files with 21 additions and 57 deletions

View File

@ -523,11 +523,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 1866 Ebuilds in total, 1859 of them have in total 1871 (35 different) licenses assigned.
There are 1865 Ebuilds in total, 1858 of them have in total 1870 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1133|
|MIT|1132|
|Apache-2.0|345|
|GPL-3|113|
|BSD|104|

View File

@ -1,5 +1,5 @@
DIST graphql-subscription-manager-0.4.0.tar.gz 4338 BLAKE2B c2af4794a8fb3140a4f435f6029b23af05b505c176fc5fc5f956a020081a3b8d87b298ae2b009110a0a3703fdbce1a0fd772a5d4e3dc8ab3824b18a5d37de330 SHA512 48281abf61f88f98619df8aed1133c4a94f9c89187674ba87fd4822693dd185624e491d6d5ec6541b1a4efb437ce1ad18d4b9770414c47b62d896f0b6646d18e
DIST graphql-subscription-manager-0.4.3.tar.gz 4665 BLAKE2B 35adb93a7b4389912cdaa8bc00ed2053a33cfda6ae08522c07e1fe7be96323cb2ae963447bf359748286289b94948881d2fb1cc790928feee41fe03fa8dfa2ad SHA512 32fec786f961a84ec6667dc8ccb62405dde6ed82c3b3c6d25c00524472fbf93fdf6155308fd551ecb072903253d997cdd24ee2f4542cb410b7c17178dcfbf6d4
EBUILD graphql-subscription-manager-0.4.0.ebuild 889 BLAKE2B b5b1d9a3e6ca557a214caede0aec89b67741b6ea7037873eadc1ef68c661ddb7e417df52dd2dd69a5d3c7fd36cb463d3d7eb1f9bb5a527e13281bab742dd8151 SHA512 84f04802d55ead476240f3092639282cff357ee1e5be93c6da8f814b86df32c958280d0575787df708ab5c24d61ee77f24b2cd1ef6e3534c99aed93c2dbcfe30
EBUILD graphql-subscription-manager-0.4.3.ebuild 871 BLAKE2B 837bf19b76b2d67584890fb007805abd367b325dfecb3bf1e25b7736cbf3b569f4c0e1a15f1d5aaed98d784db19d749c5737abf06ff87d39b2f7af340716ca88 SHA512 80260cf73372d6511df00d3b4befcc144f91cb81e764c6f0bcca2fb6508000058ec2030730c69a737d93d4c443d201c3dc2b31fd4ecc68f4436ab75409c3f196
DIST graphql-subscription-manager-0.6.1.tar.gz 15603 BLAKE2B f06759add67a4fcd5055822c19bbb4ffa59135f307a3489af82befae86cf022a2fa0d679bd8f8ca405717e4b8456337e916e71964ea04c3ac5587738bc681b92 SHA512 85ce4747432e50be484c70b36bf917d2fc790a456723e8792e9ff81fd84a9bbea107c3ff8f753c85d5b17600c5c51537bb8bbceddf7011029f81297b71dd1fc8
EBUILD graphql-subscription-manager-0.4.3.ebuild 843 BLAKE2B 0d718156422ff209a56826dc7c7fd8fdae1e7841f2e53c73939464b2cb4f6d72fa565116dca87e70537ca221cdde2b30c984b7828dae8997d0570455938da500 SHA512 94d5a2a7256d50eba5a30398387c19c869d3ae09102e901eddbf81911da12ed033af2b75ea064c16073c46960db13eb793f129ee0aab3b3fea173f93201d36af
EBUILD graphql-subscription-manager-0.6.1.ebuild 892 BLAKE2B fe2a185687a36b1a27f51c7e8e87198267b757d34cc69c774020b0dfe03fbcf07e2771aa1503e6aa6400c6e555f7bc31965d34fa1e2cdf726fbc4db9fdd52eb6 SHA512 becdefbfafe8ccb6ebf73c430cbafa4476236df4f3b3c0d9ff1c90ec65f445c3f59d30cbea05daad632c216221d94d32d1ec0e9346138aa311564c851f275efc
MISC metadata.xml 478 BLAKE2B 38dfe929e921ca35b7b764145a69a038030545f9e45d03be40a15b18d8e01a16c102c4c9a5d31df712d9f407fd4035a1128975803a8a6cdfdea82316de3faaf0 SHA512 23b4f2232654cf75592cfd52c162db5b789b51657ebbba7f0f0c545ecf78b3843bf93c487652ffc817fd56f0a4f9b65c18cb31948a7bf3ee268d5f43456552c6

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -33,3 +33,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,7 +1,5 @@
DIST pyTibber-0.22.1.tar.gz 9484 BLAKE2B 41a5e428afe0bc4063fd6a1fcdbbdf890072257a1c4e95b9759ffbe7eff811bb4465d9b304143e918efe3cdcab7dcdf1f62d45e83a28645c0113e5781662be23 SHA512 288ef1c4844facd7436901f4b89352dae265d0da97674221a9af8754f21a33e90bef6553e5fb62f49a7224393f4ffad4b8ffc737149a07b09017aab18ec00c1a
DIST pyTibber-0.22.2.tar.gz 21522 BLAKE2B fce95fc08d9c73affb962eddb5033a66e8f4a5520874215eb33fe7c6f6449d591cb07b513a547294b49fc494ddb64398b23886982fef43c60e316968ce1af701 SHA512 58f2a531f6c7235fae2f291f55de536e455115f3f5812a348171c870c9a80122893b46197260a3d347edf87f4b3f46427aa092626b0df0ce06e8eb606eaeb499
DIST pyTibber-0.22.3.tar.gz 21512 BLAKE2B 525607ca46832e9acc0d65b48369e14b75ae92520a4a5f7607b0e1e8788fa4961c4d133e7a90775f086ae9525f5932383fbbb36ccca1d0dffb6aa591f590f789 SHA512 1f0ad4f481eed737ddcea7180944fb385724185e3c3b9403abdea4b819b9a4e1282a6886b2bfd9f685b1cc27deec59b2d9a99006c2ee85b43684c3dfa83d32a4
EBUILD pyTibber-0.22.1.ebuild 968 BLAKE2B e07cbc23cc61392609ad57683ec4cf26d0e2319704dbd44eba728d51d2bdef3148defbebe48a029ba6d491577cf957054635ed2d3c38110531960b37c35de8df SHA512 580cef44efef442ca4ceac26b4f2d809393ca03cffbf1b062746f7d4f9493459f6e67257cb02c646abb32464502b53fb74e04a8669cf205f7b52cd6d5fa64f60
EBUILD pyTibber-0.22.2.ebuild 968 BLAKE2B 8ed9c948216e3198265a925f2f3e608f08effcb9c0eb28057b1e431d3760ff4f684fc14853f0681f71fdc03e2d40a60df253752ca63756f623dc923fd8d54d13 SHA512 f41f4a9870e31def2efbac2051bafb19a83fcedad542bc40bed78e85d83b32d04766f238c566a6fa287fca3943d268c5dbb4ab26ffd94413d6551e6d284a7846
EBUILD pyTibber-0.22.3.ebuild 968 BLAKE2B 8ed9c948216e3198265a925f2f3e608f08effcb9c0eb28057b1e431d3760ff4f684fc14853f0681f71fdc03e2d40a60df253752ca63756f623dc923fd8d54d13 SHA512 f41f4a9870e31def2efbac2051bafb19a83fcedad542bc40bed78e85d83b32d04766f238c566a6fa287fca3943d268c5dbb4ab26ffd94413d6551e6d284a7846
DIST pyTibber-0.24.0.tar.gz 23287 BLAKE2B dbd0d1f1e3fdb146139aef458ae3a4ed803b4674f72c1cb5363091be78a78d5daf0666ac37a2c24af455e58a7d45fd01946d79c01797f1b4683d9d71afa67d69 SHA512 4106a069c3e412ecc65136e17853e62da607cb9aea11327bd0b44f0669215575ffbcceae43cb82408d3ae0b58d05efca514cd03eee54eb05fedd39ea5c179a39
EBUILD pyTibber-0.22.3.ebuild 944 BLAKE2B 647a112751df0b0651ae43172c6c0e4b58e284664d074ae428073829931d360a107cc274c329ae85c405eae0cc16da0c202ede5e50c550b21247a36f153027af SHA512 c5f955386c1a44b5a8dadd4858973628bfdd4846132cbaa8e338f3318c1c485b7c9fa02b0f3000026fb3abf7fce13333941b7e1a8ed8ec8ac189d9d18ba8d4f0
EBUILD pyTibber-0.24.0.ebuild 940 BLAKE2B 609098a873474303f294978baaf6d64eec505975db03c3e347d21e5e2ca37fdaa464d2c4099692acd1faf28e9878539a2b6515c02834f321994746838f27905e SHA512 0da8122f6aa5479c01fb2d246bc8b13c373013250ffbb3a30530d79b8a4b1e2cdedb9fce34e4ba7155a37506e5bca018d497756ee4005d724794c4b8eb6c35f8
MISC metadata.xml 457 BLAKE2B 80b275fd57a9afbce7128f8aa83397860ebbf0435d83f04aab041ea73d2cca034ab5c90aaf71352f820473bab11193f7a892183a8db54876e82e181b64125111 SHA512 1b2231af3eddc07a522002e69dfc92459625c586b23d08331b5e21b8fefccae1adb7c1032f94474989b025b0f6a103e3f1ce435331270d24eb3e182e96fa962f

View File

@ -1,37 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
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 ~amd64-linux ~x86-linux"
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.4.3[${PYTHON_USEDEP}]
dev-python/pytz[${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
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@ -21,8 +21,7 @@ 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.4.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/graphql-subscription-manager-0.6.0[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
@ -35,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest