dev-python/aioecowitt: add 2024.2.1

Closes: #2775
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 10:43:06 +01:00
parent 3efd13489b
commit d964407a18
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -617,12 +617,12 @@ 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 1792 Ebuilds in total, 1781 of them have in total 1800 (42 different) licenses assigned.
There are 1794 Ebuilds in total, 1783 of them have in total 1802 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1021|
|Apache-2.0|398|
|MIT|1022|
|Apache-2.0|399|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aioecowitt-2023.5.0.tar.gz 13743 BLAKE2B cd2914b10402ec65179c5295cdd340b0496576b08590d01fbdcf87745f58d22e122e2a3193c111ff5ffb0797c925ec6ab8979af6ca1938e6d5b3eabd98c6b689 SHA512 5884f941e020f79638285be1ac398ff480524b537f770823a52485d0538755a0681b273fd98d49995b87d06e2dabf3b2f2769cfa844c5f44ccc38f503c35de25
EBUILD aioecowitt-2023.5.0.ebuild 702 BLAKE2B e852d6169226ea2152fbbe8b67fa9e66e44070e7ffe9635240a978e1b13f0d0d5d47992c883c50df9b4f30caf1a00d1dc89de0af5f05027d68dfb3f531885165 SHA512 e348c5d94c4db14f35827a9e7d3bd3be23b406e9b8eab797f10d5e802539524d461c07de51ae417b9a09e1f8b161a8ab1057bd9eeb821ff8ed1943e846a5cee5
DIST aioecowitt-2024.2.1.tar.gz 15679 BLAKE2B 2f1afe0835692be1192b4d5f0fae8e08afa1d7012190f3e09b687c60cf99287d85fa075e0e36ad3dfb0e50e537cc8190993748e8d1a592f440b1b9f80853ca76 SHA512 4c696f9dfc041720e96c576f6bb6cc9acdb2674962e002f88a3d1b0c9058366bab1cd31c4a5c3f50bee5b9cf97325d0177b036f70f0a0923ba44c97e6f7c0979
EBUILD aioecowitt-2023.5.0.ebuild 702 BLAKE2B ab4314eb0430ee61bf4695320a0c31d0d40a982a4a865b66edca61630dcf06075e31f93134a6817f27a239bf4e749fa5f9264c8964a07ddc8ea49d7f562c8400 SHA512 dbbef607b611a53756ee1c4f4078a7d6c44a95c94cf9549fc383595a8dda50b4d0170d711cbacf657ac833b13f88b8bb4ff5b39e6c2cdff557a077ce4ecae422
EBUILD aioecowitt-2024.2.1.ebuild 600 BLAKE2B 7d6c83c8162eb7651638fa44ab283c0e4304e0e9981a8b158bb18daa7e0ddb42efa3f1f4b87617099b6af9896b7538440d323ccdceff841524d4d11a59d90fda SHA512 6524af155dcf7a7e3db7f3616648a7824b966921c16d97b38fbde1184b835ce0161aa4068a0c481dd4a3200b4fd4df147fbbf43394df6054bd1cf1338e52aabf
MISC metadata.xml 537 BLAKE2B 9fba83b0d61fbde4213fdc7e17fc2bbb51791cc0d3d7fec3f1b8f68661612a7b0aeee570c742de489effa2f699dafc06407102816f1f636a8080cddb57b98573 SHA512 ddbb6948f1da95277b93b7c91d2994eb865e7b6cefb80f23d2b55e4356f8f69c0e0703dab5b4efe1aa25f657a5ceca50421a0301bf106ee106ee85ee87ef4f90

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 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="Python wrapper for EcoWitt Protocol"
HOMEPAGE="https://github.com/home-assistant-libs/aioecowitt https://pypi.org/project/aioecowitt/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/meteocalc-1.1.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest