dev-python/pyatmo: add 8.0.1

Closes: #2554
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-28 16:47:58 +01:00
parent f39d0751fb
commit 705e9ffcfc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 34 additions and 2 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 1561 Ebuilds in total, 1550 of them have in total 1567 (42 different) licenses assigned.
There are 1562 Ebuilds in total, 1551 of them have in total 1568 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|901|
|MIT|902|
|Apache-2.0|332|
|GPL-3|95|
|BSD|86|

View File

@ -1,5 +1,7 @@
DIST pyatmo-7.5.0.tar.gz 130486 BLAKE2B f32fcfb90020151d482a47df1bf9a7e30da42be20c22a64541664cb1a1bcc53b537d2bca5c32cb1440ddd0d9415324b63d2b570d98949e4d64a46ad072feec9f SHA512 36d19365cb2d3a1562832980ad58cb3c7c342e2c79338450f0c6b4b757080a31906b0e07e2f5aff78da96bad193f1886061f0a55baab8baba2f18fd3b504aa07
DIST pyatmo-7.6.0.tar.gz 100943 BLAKE2B 27a5745cd05f27a14a51190f50207f937d9ecb591e6f2aa6c4712da4cb3f2275761b0e7e3c4add18e03199f39250b03ea2f74f9aef891d1e2662ca49e74d18dc SHA512 b56914401408667e401a92adc8377e8dda854d57b7a8c961e2dbc637531ac1243034843008b9182d47cd5b359a33b465aef00e2c0a0572e68d4cc543f8f7ec58
DIST pyatmo-8.0.1.tar.gz 70669 BLAKE2B b5f126fe4095a5bc2212c6c23deb7d552e5accd31c59ed3587403096fc79a22f355c88fabf04d3f567b40fd4b64893e35120afd45f45c09ed2d44efc50b7bedc SHA512 69b5e4d86648d692704b848510d9d9370887b8fe4de1d4a42322437525bf9381cbf87a23455c85b02313724095e0110974de86a12cbba6f47b47b78a8c314ace
EBUILD pyatmo-7.5.0.ebuild 825 BLAKE2B 331b5d8b2d4e335013df318a443c3cb60637c7788e4fc97c5b42d7ef838a34a837b752870fa6c293de3f8b0dcc09f7b1cf14f667382aabb2d6def6bcbb96c94f SHA512 fbafc6c7adea45e87dfac9c29a9ffaff77b59352934ebb849f098fc17efff89575ddd6bd96cc7dfe549be14d741d53709b69ec58fe08f9314a77921426b35d2e
EBUILD pyatmo-7.6.0.ebuild 825 BLAKE2B 331b5d8b2d4e335013df318a443c3cb60637c7788e4fc97c5b42d7ef838a34a837b752870fa6c293de3f8b0dcc09f7b1cf14f667382aabb2d6def6bcbb96c94f SHA512 fbafc6c7adea45e87dfac9c29a9ffaff77b59352934ebb849f098fc17efff89575ddd6bd96cc7dfe549be14d741d53709b69ec58fe08f9314a77921426b35d2e
EBUILD pyatmo-8.0.1.ebuild 825 BLAKE2B 331b5d8b2d4e335013df318a443c3cb60637c7788e4fc97c5b42d7ef838a34a837b752870fa6c293de3f8b0dcc09f7b1cf14f667382aabb2d6def6bcbb96c94f SHA512 fbafc6c7adea45e87dfac9c29a9ffaff77b59352934ebb849f098fc17efff89575ddd6bd96cc7dfe549be14d741d53709b69ec58fe08f9314a77921426b35d2e
MISC metadata.xml 501 BLAKE2B c5e2f3a96bed64c0fe8a808287761f8993af17d6f234d1b59f922863ea235c4e3f6f0db4cb7f5134cebca5dfb3fe4b62f2d8c8dac16ceef4570f808e88eaa5de SHA512 ad4bb76c5f91d8378341cd8e92d6b248b58247e9f1199eaccd7ef55e4d9721b59e777571686197992a7df83d7dbd308cf1c245097df9df7785f680019dc868ca

View File

@ -0,0 +1,30 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)"
HOMEPAGE="https://github.com/jabesq/pyatmo https://pypi.org/project/pyatmo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}]
>=dev-python/oauthlib-3.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.24[${PYTHON_USEDEP}]
>=dev-python/requests-oauthlib-1.3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest