dev-python/pyTibber: drop 0.27.0, 0.27.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:56:16 +01:00 committed by Andreas Billmeier
parent 6de5cc7583
commit d6cb2dcbab
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 75 deletions

View File

@ -612,11 +612,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 1693 Ebuilds in total, 1682 of them have in total 1696 (40 different) licenses assigned.
There are 1691 Ebuilds in total, 1680 of them have in total 1694 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|972|
|MIT|970|
|Apache-2.0|363|
|BSD|99|
|GPL-3|98|

View File

@ -1,7 +1,3 @@
DIST pyTibber-0.27.0.tar.gz 25833 BLAKE2B a63c30643aeb96088151d53f923105050bff065a710b3fa3d9620a5b416bbfbdffabbd28bf01928e0c2cf312362305525430e4b56084e2cf9b40b316700e2503 SHA512 0d92fa7e9257e821fbc645d51b9e504cc580b2f8f4e712d8d2211820a3db0b75601adac03a59b6ef0365c1e99ee1762309cfde98e5ac96ab6f00097d0148bc2e
DIST pyTibber-0.27.1.tar.gz 25889 BLAKE2B 602ef11f7724a937456e96325fa22bab52969933d42df65a6f2e40b2d1eb10b080c3bb88e632a41f01b6e4a766dc94e3711260b61f9aa6489bd7916fee8fb1ee SHA512 f02a46a575c4d70e428577db1a7bb64d39cb390c45521537fc7cf4979382d235252bb8c2492d4050d59cb826c89c86630d67f497e1eff04b4fd9fd245a9ad3d0
DIST pyTibber-0.28.2.tar.gz 26533 BLAKE2B fd97d8214d86778ddb5a1da917d5908514f7910f8a0feb89b9815c79eb752a6a7f7d8ac03bbafb8f42af47183cde6641f4136637b0347bc06f511e20c551d0ab SHA512 85185bb5dc1b17bd52f9649532e1dcd6e38805b87affa4d3a31b34c127a1630b7997910b16d235a8c27cb5cbec958bc9994b199ac077f6a9746437355a6d3600
EBUILD pyTibber-0.27.0.ebuild 807 BLAKE2B 02a7c87e7b30312d9cb99d96c103a0cb75525e9fc2405e0694ff1f01bb7055224861bc7284d20f4e8e62498d0136725d38d56ac040543392b56e861dd877201a SHA512 8ddc0cd4b05d6dabf48edf2de038aec3d0bd451decab8e6e9c662d1fdebc9c4b598944843216c9377add40316a0483457fd7ec71319a2d564b92a4da9e4d0661
EBUILD pyTibber-0.27.1.ebuild 855 BLAKE2B 73f88c102326c4a2474eb5531779dc65f433ead540caec67d9e8ac13cc9c129b54ccb5a47848e412ecfda280ef7dd9eb9f5a792dc5e9a50aaf5b4ba0b7243bcc SHA512 720512c80fdc4a543bdc7116b0f4cd6d7967a625218972b8cf27aa6f9b550a3cdfc8b0eabb9dd840572691c738a6810b876aea885cfd662e379facd832cd3f1e
EBUILD pyTibber-0.28.2.ebuild 855 BLAKE2B 73f88c102326c4a2474eb5531779dc65f433ead540caec67d9e8ac13cc9c129b54ccb5a47848e412ecfda280ef7dd9eb9f5a792dc5e9a50aaf5b4ba0b7243bcc SHA512 720512c80fdc4a543bdc7116b0f4cd6d7967a625218972b8cf27aa6f9b550a3cdfc8b0eabb9dd840572691c738a6810b876aea885cfd662e379facd832cd3f1e
MISC metadata.xml 522 BLAKE2B 13b715a8af2a3e26e7ba12d4b602a61d11fd0f5ab80b799a264b7e061ad7dc8e01937dbded76399d6997d655400815ce38e807287014cd870d70a0eeacfe5730 SHA512 7b18d60761a6187f4c8931a511529c3000ffd925b9d1636794bad50c7111a108b90927aa72d40841338da847679f2358348358a380fb133571604828bd73ecb4

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Tibber"
HOMEPAGE="https://github.com/Danielhiversen/pyTibber https://pypi.org/project/pyTibber/"
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/gql[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,35 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python3 library to communicate with Tibber"
HOMEPAGE="https://github.com/Danielhiversen/pyTibber https://pypi.org/project/pyTibber/"
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/gql[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/websockets-10.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest