dev-python/pyatmo: drop 8.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 18:10:06 +02:00
parent bc4284aa40
commit 66bd49bd53
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -606,11 +606,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 2044 Ebuilds in total, 2033 of them have in total 2061 (42 different) licenses assigned.
There are 2043 Ebuilds in total, 2032 of them have in total 2060 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1184|
|MIT|1183|
|Apache-2.0|457|
|GPL-3|123|
|BSD|110|

View File

@ -1,7 +1,5 @@
DIST pyatmo-8.0.2.tar.gz 70817 BLAKE2B 3f4ef8f0ae494687179e312069ac3c0132e98f025c76f847579d4255aa544bb5459a3787ebb2e52be48755fac19ecbe79bbb16038771de87826275da08234f80 SHA512 62cc92822c01e3990d3ae5b0eee7bd440f1efa49fff1bd11b949863f75bf26e1e18693d0d145a9a3aa2b8d72b9fc3cebd80a3dec733d61c3d9dae9e66cc498d9
DIST pyatmo-8.0.3.tar.gz 71270 BLAKE2B 622d17ea65b444dd41fcd0b1cc0814914693f4605161a32768abbe58dcfc53c455aad0247ae039bdd32be779adb26abbaf53693e839ae151dc46c484b0defc34 SHA512 ec6b4a372ad51a4479eab8c625e1c149f4eaae437fc6a9318c1426db1bdb4dfbd18e26b78481864eb82364b53e3a8e0fc8782e0488e3aae6cb357e6dd2a2e999
DIST pyatmo-8.1.0.tar.gz 86642 BLAKE2B 220417be62d9b5e35bce30e425ca34402ad45732cac8c12c881e910c7c53121c2fc2f2d21f67fd76f76a328f85b5e05ccbcd8492eecb44b958aa083e1497912b SHA512 c1a1d770904a619119e06f9a99c6983a547defa9be8365d498f5996e936bb81b1a5912b7a2ab3788073bc4f34f2623d26c4e0e95139bb832d492fcc6130c83fb
EBUILD pyatmo-8.0.2.ebuild 822 BLAKE2B 76fbdb24d003b71da004af150ab4be5907c8558c158718bda6e460c0225c8ad366ab450b80128b34d7d21271e018c1ab5920bd8a9a5f543be5601c8e2fc58e08 SHA512 a11aa73d5db5b9b761a28b57b34355d3bfc04afeaa339e91532c15c6539f7ffb5638d69b2bc475fc7cdfe4e2cde3ede2516e2c223d4408aeac7676e691cc18a4
EBUILD pyatmo-8.0.3.ebuild 761 BLAKE2B 93e23313f35ca4caf9a712e91c8f15b3f5ff24895fa9253a8a812d72a195b63d5d8ea87c6b3b82853c06e69c73c6807c15c1cc993d5b8def81b4b0ea4771ed22 SHA512 7bc826368398d66851fa81fa442fea290ccac7eb85523fd5d9404f5a7e8b4be920e82ea4950a83e0c57f75c8b4580972b9b0b8b574a0a2b7e33a57bfa4663180
EBUILD pyatmo-8.1.0.ebuild 761 BLAKE2B 93e23313f35ca4caf9a712e91c8f15b3f5ff24895fa9253a8a812d72a195b63d5d8ea87c6b3b82853c06e69c73c6807c15c1cc993d5b8def81b4b0ea4771ed22 SHA512 7bc826368398d66851fa81fa442fea290ccac7eb85523fd5d9404f5a7e8b4be920e82ea4950a83e0c57f75c8b4580972b9b0b8b574a0a2b7e33a57bfa4663180
MISC metadata.xml 501 BLAKE2B c5e2f3a96bed64c0fe8a808287761f8993af17d6f234d1b59f922863ea235c4e3f6f0db4cb7f5134cebca5dfb3fe4b62f2d8c8dac16ceef4570f808e88eaa5de SHA512 ad4bb76c5f91d8378341cd8e92d6b248b58247e9f1199eaccd7ef55e4d9721b59e777571686197992a7df83d7dbd308cf1c245097df9df7785f680019dc868ca

View File

@ -1,30 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
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[${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