Skip to content

Commit 3ac24e2

Browse files
committed
dev-python/PyFronius: add 0.7.3
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2969 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 408796d commit 3ac24e2

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1855 Ebuilds in total, 1844 of them have in total 1863 (42 different) licenses assigned.
620+
There are 1856 Ebuilds in total, 1845 of them have in total 1864 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1052|
624+
|MIT|1053|
625625
|Apache-2.0|421|
626626
|GPL-3|122|
627627
|BSD|103|

dev-python/PyFronius/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST PyFronius-0.7.2.tar.gz 12454 BLAKE2B afdc12101e7033e5db6145c063ec273771df718004c2b330831e0f2700e747f5b35bada432ac4a6ca61f346b89b365218cf610477c968100d41c45d04c8965f7 SHA512 8287cd26731de7684b25dbf6a760d79f0cfc3896f054e3d374439a2ff7355b5fb7d87a00584902d5f77c7f25e4e04f2429ee65460fc6c46f9772a8ee8d41f167
2-
EBUILD PyFronius-0.7.2.ebuild 677 BLAKE2B 4c13ee7674d67874176c9f19980c875b50713af5d021d1817c3a39d3c764afab126ce61e6564c24a6d0e87dcddbfe620891ceb02fd3aed1eee9dfa55f1edd8e9 SHA512 b87bbb4a4160562dccaf76e81db5fe75a92256d36b753b5c904c055db2134fc39ef9a1aeab3fc4fe549e17fa9bba5b2c7a9b894bcffdb4ab014a63012ba158aa
2+
DIST PyFronius-0.7.3.tar.gz 12581 BLAKE2B b37fc5121ee79d1afb64c04b3a78e5bdf8f156c16b04e19cd9caabf54003854d931eb6a359e742aa4eb2b55d1889ca7b2b6ae1112b22cbbbc9ed4c77cb91794c SHA512 b495bb5477785ecb4edccbc0ddf32643f3dd63ccbb7c8ac7e44a0cfc79c633a76e41451317a5bd211515f5d3acfd58a257c601d5ad5864b400535c5c853ecdd9
3+
EBUILD PyFronius-0.7.2.ebuild 677 BLAKE2B 65b8abc1e53ccb123616b27014bc8c2fd0765df009653a8af7e6417b091e905ef74bbf81928fcda23b891f2489d8bf45663eab1e67a5fa7d534584091c10bfa2 SHA512 e9a8ed4488288b8eab832ed51782e8827d4ab2d585fcfe4a1ac3d2224b0fe2be4313530e25ae25eae68b417b110ec8a2fd311323a5ec55e52ee9bf35d16484e0
4+
EBUILD PyFronius-0.7.3.ebuild 575 BLAKE2B 75531a4f7247bd46bb8ce0a9ff1f23fbfefe10a9c7ecdf7852dc13f95e19701ae23ecc55a59839e5cbd28354662a5930dbb6e00ca573cfbd5ba6296c92db4a71 SHA512 f75d645a15d8660df379d6e153a4e5b76e94e732d639785ae6a73ef5ae3b6308c187eb8d0ad76d52ec890552ff0adcfab19985e5f4dd1c5f127f55af7d2d5dea
35
MISC metadata.xml 549 BLAKE2B 67aa257039691fc60016e6d4156235438414a3f6f7fa4f22fd5ce31cccab6762cfcd8dea8b3e7dc985a80d61da7c8edc94cc2f430183f17f999c994c9b103bcb SHA512 c13022d598a83270878a222fbcada92d989506cf95865126a28049141f295d346705ea551760165b85424b89096612927a13ee09d4ae88ab38a45deafcb1000d

dev-python/PyFronius/PyFronius-0.7.2.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
DESCRIPTION="Automated JSON API based communication with Fronius Symo"
11+
HOMEPAGE="https://github.com/nielstron/pyfronius/ https://pypi.org/project/PyFronius/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)