dev-python/PyFronius: add 0.7.3

Closes: #2969
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 17:05:26 +01:00
parent 408796d888
commit 3ac24e282d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -617,11 +617,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 1855 Ebuilds in total, 1844 of them have in total 1863 (42 different) licenses assigned.
There are 1856 Ebuilds in total, 1845 of them have in total 1864 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1052|
|MIT|1053|
|Apache-2.0|421|
|GPL-3|122|
|BSD|103|

View File

@ -1,3 +1,5 @@
DIST PyFronius-0.7.2.tar.gz 12454 BLAKE2B afdc12101e7033e5db6145c063ec273771df718004c2b330831e0f2700e747f5b35bada432ac4a6ca61f346b89b365218cf610477c968100d41c45d04c8965f7 SHA512 8287cd26731de7684b25dbf6a760d79f0cfc3896f054e3d374439a2ff7355b5fb7d87a00584902d5f77c7f25e4e04f2429ee65460fc6c46f9772a8ee8d41f167
EBUILD PyFronius-0.7.2.ebuild 677 BLAKE2B 4c13ee7674d67874176c9f19980c875b50713af5d021d1817c3a39d3c764afab126ce61e6564c24a6d0e87dcddbfe620891ceb02fd3aed1eee9dfa55f1edd8e9 SHA512 b87bbb4a4160562dccaf76e81db5fe75a92256d36b753b5c904c055db2134fc39ef9a1aeab3fc4fe549e17fa9bba5b2c7a9b894bcffdb4ab014a63012ba158aa
DIST PyFronius-0.7.3.tar.gz 12581 BLAKE2B b37fc5121ee79d1afb64c04b3a78e5bdf8f156c16b04e19cd9caabf54003854d931eb6a359e742aa4eb2b55d1889ca7b2b6ae1112b22cbbbc9ed4c77cb91794c SHA512 b495bb5477785ecb4edccbc0ddf32643f3dd63ccbb7c8ac7e44a0cfc79c633a76e41451317a5bd211515f5d3acfd58a257c601d5ad5864b400535c5c853ecdd9
EBUILD PyFronius-0.7.2.ebuild 677 BLAKE2B 65b8abc1e53ccb123616b27014bc8c2fd0765df009653a8af7e6417b091e905ef74bbf81928fcda23b891f2489d8bf45663eab1e67a5fa7d534584091c10bfa2 SHA512 e9a8ed4488288b8eab832ed51782e8827d4ab2d585fcfe4a1ac3d2224b0fe2be4313530e25ae25eae68b417b110ec8a2fd311323a5ec55e52ee9bf35d16484e0
EBUILD PyFronius-0.7.3.ebuild 575 BLAKE2B 75531a4f7247bd46bb8ce0a9ff1f23fbfefe10a9c7ecdf7852dc13f95e19701ae23ecc55a59839e5cbd28354662a5930dbb6e00ca573cfbd5ba6296c92db4a71 SHA512 f75d645a15d8660df379d6e153a4e5b76e94e732d639785ae6a73ef5ae3b6308c187eb8d0ad76d52ec890552ff0adcfab19985e5f4dd1c5f127f55af7d2d5dea
MISC metadata.xml 549 BLAKE2B 67aa257039691fc60016e6d4156235438414a3f6f7fa4f22fd5ce31cccab6762cfcd8dea8b3e7dc985a80d61da7c8edc94cc2f430183f17f999c994c9b103bcb SHA512 c13022d598a83270878a222fbcada92d989506cf95865126a28049141f295d346705ea551760165b85424b89096612927a13ee09d4ae88ab38a45deafcb1000d

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

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_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Automated JSON API based communication with Fronius Symo"
HOMEPAGE="https://github.com/nielstron/pyfronius/ https://pypi.org/project/PyFronius/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest