dev-python/anova-wifi: add 0.12
Closes: #3381 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1010bd8a23
commit
ad9432cea8
@ -606,11 +606,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 1932 Ebuilds in total, 1921 of them have in total 1944 (42 different) licenses assigned.
|
||||
There are 1933 Ebuilds in total, 1922 of them have in total 1945 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1108|
|
||||
|MIT|1109|
|
||||
|Apache-2.0|434|
|
||||
|GPL-3|114|
|
||||
|BSD|110|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST anova_wifi-0.10.0.tar.gz 7774 BLAKE2B ffd7faeb19eb51d59a454b00b91993cf4f046f656fcbf092516a6a8372b5f2933d39fc78d8a493a7148ea1b166e848e5cdd413d93fc36e28d18d2967eba6c19c SHA512 46aaa729be5d935b989e58842b486f87fad44938aed75c2411e851e558215cada65cd64d37f60338cc59b6b3c9cd8fed3434be4b97c4cd8e6aba912551c2d277
|
||||
EBUILD anova-wifi-0.10.0.ebuild 734 BLAKE2B 7e44666dc9231ac990a0370f146659f75dea5846db336ec7425c853828fbbd2efe581ac451a1dbbdc9121d8faca98634586d167fbdc84a99423df2bf5e5d69b7 SHA512 859e93ab7c350d28d8822f5a50aab679634562d3e74d2d94ac55d89f8dfb7642b1da7f572a7cee7d7397acf9c2b567b829c6e7d95101f15ec479656655741f4f
|
||||
MISC metadata.xml 508 BLAKE2B c2a6658c8330008637f277ede5f3efe47f280fff1befae593f5ddb581fad0cb0d37f8f61ff21f6818e6f72bdf8304551dd5f56518ecbbd7befa2fbf96ded4fc4 SHA512 a073b58a665b469b554dd6e0bb485922285819662a1bf199ecc64fa25a9f688a5562a490904857b3e8c6efb3ad4014fcac7eb0fb4d9a9428f58c4befe878b5d4
|
||||
DIST anova_wifi-0.12.0.tar.gz 11976 BLAKE2B 53dbff15ff2799a7dd579bba99b07cc43e53ef9b8db94148ea98a6f0d1e198fb209c8d20c856d7d8c9c7f734962d91279073466393d6a630d98ffa4f3196caf6 SHA512 9ef2344a4e517334dabe14aa5ffde86624734a84767721df12ea4bb852f049a07d05766b7acd4882e84d15f9d54ed747752130b172dd784720958758a76bd79f
|
||||
EBUILD anova-wifi-0.10.0.ebuild 734 BLAKE2B 88f363b49c2383014bca2ae223f5a4a929d7d4e86c4574407f67afd0ced47517055233c17ffb17e75e1b31f7c2d53db8529fa9653dd15adc4d34b0f9104c71d0 SHA512 d5def97403a871bec1bc8941e4b457c979ce205eef8b12f6267a2e5b4a343abc976e1d48e5c82c38ce521f91c16377de92ffd913f91a6a8038bd87e8a3722524
|
||||
EBUILD anova-wifi-0.12.0.ebuild 686 BLAKE2B c3a4de8f96769398e90cd1d1c6ecb940a57e472978a9ce44f346c9288df1f8fb2985082e9a3612784c2686bc64b52d7782398c5bcf9d4fac7236774351f1e3c6 SHA512 bc1052805e0d7e6e88de44a7a96c305ad16238e6cefcc8bbed5933c86f84b98989c2f66c88f31b2c95caa39173b2da21f0fe7278229e1b0bebc4fd74f5bf7987
|
||||
MISC metadata.xml 505 BLAKE2B d388d643a750d23b7c55ba70d47a836d3732e5ef67ee34fbeef697f6f0580f527bf03e01c4adc0009c66d96b4956201220715640d8d322de8f4de1013eeb2b36 SHA512 c4d9d3076f70287c1709991527cbdb427aac361829ccba0d372b611751f31f6a27f3e50b7a59e7a46b9697727d74602ffba1aaa28a10215abb79cbb24a874e7d
|
||||
|
@ -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..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
28
dev-python/anova-wifi/anova-wifi-0.12.0.ebuild
Normal file
28
dev-python/anova-wifi/anova-wifi-0.12.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A package to get read only data from Anova precision cookers with wifi"
|
||||
HOMEPAGE="https://github.com/conway220/anova-wifi https://pypi.org/project/anova-wifi/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">anova-wifi</remote-id>
|
||||
<remote-id type="github">conway220/anova-wifi</remote-id>
|
||||
<remote-id type="github">Lash-L/anova-wifi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>conway220@gmail.com</email>
|
||||
<name>Luke</name>
|
||||
|
Loading…
x
Reference in New Issue
Block a user