Skip to content

Commit ad9432c

Browse files
committed
dev-python/anova-wifi: add 0.12
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3381 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1010bd8 commit ad9432c

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 1932 Ebuilds in total, 1921 of them have in total 1944 (42 different) licenses assigned.
609+
There are 1933 Ebuilds in total, 1922 of them have in total 1945 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1108|
613+
|MIT|1109|
614614
|Apache-2.0|434|
615615
|GPL-3|114|
616616
|BSD|110|

dev-python/anova-wifi/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST anova_wifi-0.10.0.tar.gz 7774 BLAKE2B ffd7faeb19eb51d59a454b00b91993cf4f046f656fcbf092516a6a8372b5f2933d39fc78d8a493a7148ea1b166e848e5cdd413d93fc36e28d18d2967eba6c19c SHA512 46aaa729be5d935b989e58842b486f87fad44938aed75c2411e851e558215cada65cd64d37f60338cc59b6b3c9cd8fed3434be4b97c4cd8e6aba912551c2d277
2-
EBUILD anova-wifi-0.10.0.ebuild 734 BLAKE2B 7e44666dc9231ac990a0370f146659f75dea5846db336ec7425c853828fbbd2efe581ac451a1dbbdc9121d8faca98634586d167fbdc84a99423df2bf5e5d69b7 SHA512 859e93ab7c350d28d8822f5a50aab679634562d3e74d2d94ac55d89f8dfb7642b1da7f572a7cee7d7397acf9c2b567b829c6e7d95101f15ec479656655741f4f
3-
MISC metadata.xml 508 BLAKE2B c2a6658c8330008637f277ede5f3efe47f280fff1befae593f5ddb581fad0cb0d37f8f61ff21f6818e6f72bdf8304551dd5f56518ecbbd7befa2fbf96ded4fc4 SHA512 a073b58a665b469b554dd6e0bb485922285819662a1bf199ecc64fa25a9f688a5562a490904857b3e8c6efb3ad4014fcac7eb0fb4d9a9428f58c4befe878b5d4
2+
DIST anova_wifi-0.12.0.tar.gz 11976 BLAKE2B 53dbff15ff2799a7dd579bba99b07cc43e53ef9b8db94148ea98a6f0d1e198fb209c8d20c856d7d8c9c7f734962d91279073466393d6a630d98ffa4f3196caf6 SHA512 9ef2344a4e517334dabe14aa5ffde86624734a84767721df12ea4bb852f049a07d05766b7acd4882e84d15f9d54ed747752130b172dd784720958758a76bd79f
3+
EBUILD anova-wifi-0.10.0.ebuild 734 BLAKE2B 88f363b49c2383014bca2ae223f5a4a929d7d4e86c4574407f67afd0ced47517055233c17ffb17e75e1b31f7c2d53db8529fa9653dd15adc4d34b0f9104c71d0 SHA512 d5def97403a871bec1bc8941e4b457c979ce205eef8b12f6267a2e5b4a343abc976e1d48e5c82c38ce521f91c16377de92ffd913f91a6a8038bd87e8a3722524
4+
EBUILD anova-wifi-0.12.0.ebuild 686 BLAKE2B c3a4de8f96769398e90cd1d1c6ecb940a57e472978a9ce44f346c9288df1f8fb2985082e9a3612784c2686bc64b52d7782398c5bcf9d4fac7236774351f1e3c6 SHA512 bc1052805e0d7e6e88de44a7a96c305ad16238e6cefcc8bbed5933c86f84b98989c2f66c88f31b2c95caa39173b2da21f0fe7278229e1b0bebc4fd74f5bf7987
5+
MISC metadata.xml 505 BLAKE2B d388d643a750d23b7c55ba70d47a836d3732e5ef67ee34fbeef697f6f0580f527bf03e01c4adc0009c66d96b4956201220715640d8d322de8f4de1013eeb2b36 SHA512 c4d9d3076f70287c1709991527cbdb427aac361829ccba0d372b611751f31f6a27f3e50b7a59e7a46b9697727d74602ffba1aaa28a10215abb79cbb24a874e7d

dev-python/anova-wifi/anova-wifi-0.10.0.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..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A package to get read only data from Anova precision cookers with wifi"
11+
HOMEPAGE="https://github.com/conway220/anova-wifi https://pypi.org/project/anova-wifi/"
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-3.8.1[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
test? (
24+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
25+
dev-python/pytest-cov[${PYTHON_USEDEP}]
26+
)"
27+
28+
distutils_enable_tests pytest

dev-python/anova-wifi/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">anova-wifi</remote-id>
10-
<remote-id type="github">conway220/anova-wifi</remote-id>
10+
<remote-id type="github">Lash-L/anova-wifi</remote-id>
1111
<maintainer status="unknown">
1212
<email>[email protected]</email>
1313
<name>Luke</name>

0 commit comments

Comments
 (0)