dev-python/pyeconet: add 0.1.23

Closes: #3946
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-22 18:10:45 +02:00
parent b06757f7a9
commit e15b216722
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -606,12 +606,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 2053 Ebuilds in total, 2042 of them have in total 2070 (42 different) licenses assigned.
There are 2054 Ebuilds in total, 2043 of them have in total 2071 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1190|
|Apache-2.0|460|
|Apache-2.0|461|
|GPL-3|125|
|BSD|110|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST pyeconet-0.1.22.tar.gz 12567 BLAKE2B 42cbd3a53d29da1122607ea1f22c1c021f1a18c4db6ee2000df6ae05f8b37ded3c107c99fab437b4cee7a557b53efebafc420867fda62626c69bffa7b086070f SHA512 25f519c454d402eea9065e77edae4b4dcc700818a79664def709f1f39f55152f51553e4adffc9eac5580b7a30a77614285d583026d941b70bab585a1f44ee3ad
EBUILD pyeconet-0.1.22.ebuild 693 BLAKE2B 6de5818dd7d71be8bd2faefa82b71a0e8c35d8fc761ad08aea9ea1217eb4e1dff3e3ca9b43eafb76dd0edba39c3914cf55f0b6566fdb698f8be318eab9063b41 SHA512 6bdca8fbdf7ba617ed7d1c7efce9889a7e52a5ac46a8ca84cd2f105b6c13ba5b1da713c1bda3ebe830e180b10375145c3109b6016b0d6f2b4967bf15720754c5
DIST pyeconet-0.1.23.tar.gz 12615 BLAKE2B d45d747bffe88680b50730822e214b8a7efd6898d5bb145e5bb0561b8f87cf62b890a0507850fe4ab1967c15551bdcbed2f3aae8cdf5a4a297c9a50d1f77dad7 SHA512 2229358af7b1c28aff55ad6534ef5a3ab8d4c478937e1061bc8c9caf39fae8615c611457da70ea3c3cf82d4d6ca5c0d5358d8da2dfc4d4197ac494503edf1cf6
EBUILD pyeconet-0.1.22.ebuild 693 BLAKE2B 8e73195fbba4bff6de6d698f14ad3860abca5527c5b9fbc1e3da044516a2cd34edd6689e71ad988a6affd8aff9b9c87ac174d42719d74c0830a141641c71c221 SHA512 c0bb81faa46205ea0b20ca20d4c6ff1a95d6aa2ef470fcc287975a2dcd419d5874075165e9935ca9626750364844aa038f4bd201e08c6a3e37d3a5c76cf2aa93
EBUILD pyeconet-0.1.23.ebuild 591 BLAKE2B 50937add0ceac4102b3f7dffaf1834c89b5917e85d1cb08fcb6949698cf99839bd8fb1d19056cb381f38c640753b25096c1d5db07c1051473e9db5ed550feeef SHA512 671280fb2c9188af8ed901bfaecd92b424346f1013f2085ac103ae3cc8cee621dfb3839986762e47456581c651fe67c350f1eb1481bd0d3096bce4be1b58a19f
MISC metadata.xml 387 BLAKE2B a1a37b7814a773a4e1358488de97fed1adae65e1cd5b70673314ffc4af9d830161aa75dcd306a666af959b8bc7fec946b115e7ec2309ec4b9e8660f0895dc1ca SHA512 fa1279aa2a3fe935f62efa8501c867c25d82ac023b4b3321db06f78c5e0d419d55226d630c4176401079b50646c13081d0037a31df1d31b1725b02f2de8ee3dc

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,24 @@
# 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="Interface to the unofficial EcoNet API"
HOMEPAGE="https://github.com/w1ll1am23/pyeconet https://pypi.org/project/pyeconet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.0[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest