dev-python/anova-wifi: drop 0.8.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:05:46 +01:00 committed by Andreas Billmeier
parent e200a08805
commit 687ceaab1d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,11 +612,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 1734 Ebuilds in total, 1723 of them have in total 1747 (43 different) licenses assigned.
There are 1733 Ebuilds in total, 1722 of them have in total 1746 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1013|
|MIT|1012|
|Apache-2.0|360|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST anova_wifi-0.10.0.tar.gz 7774 BLAKE2B ffd7faeb19eb51d59a454b00b91993cf4f046f656fcbf092516a6a8372b5f2933d39fc78d8a493a7148ea1b166e848e5cdd413d93fc36e28d18d2967eba6c19c SHA512 46aaa729be5d935b989e58842b486f87fad44938aed75c2411e851e558215cada65cd64d37f60338cc59b6b3c9cd8fed3434be4b97c4cd8e6aba912551c2d277
DIST anova_wifi-0.8.0.tar.gz 7955 BLAKE2B 05161a54878f1b6b1d9c596f44550ec2f72860594faa13ee84acb1dd2639288d80c9fbd295816a79acf53659be2e787e26fc2c49bbf3b4d540aae5068c78f67d SHA512 00f6c9e2433f8814a50f44ce5719bde8ad9823ed26eb1e1b3848db671270f6b5fe8ea8f455cd36a0cbd8f1a8f36c26862822e83d1270e365357e1ed7273fc1fa
EBUILD anova-wifi-0.10.0.ebuild 734 BLAKE2B 7e44666dc9231ac990a0370f146659f75dea5846db336ec7425c853828fbbd2efe581ac451a1dbbdc9121d8faca98634586d167fbdc84a99423df2bf5e5d69b7 SHA512 859e93ab7c350d28d8822f5a50aab679634562d3e74d2d94ac55d89f8dfb7642b1da7f572a7cee7d7397acf9c2b567b829c6e7d95101f15ec479656655741f4f
EBUILD anova-wifi-0.8.0.ebuild 734 BLAKE2B 7e44666dc9231ac990a0370f146659f75dea5846db336ec7425c853828fbbd2efe581ac451a1dbbdc9121d8faca98634586d167fbdc84a99423df2bf5e5d69b7 SHA512 859e93ab7c350d28d8822f5a50aab679634562d3e74d2d94ac55d89f8dfb7642b1da7f572a7cee7d7397acf9c2b567b829c6e7d95101f15ec479656655741f4f
MISC metadata.xml 508 BLAKE2B c2a6658c8330008637f277ede5f3efe47f280fff1befae593f5ddb581fad0cb0d37f8f61ff21f6818e6f72bdf8304551dd5f56518ecbbd7befa2fbf96ded4fc4 SHA512 a073b58a665b469b554dd6e0bb485922285819662a1bf199ecc64fa25a9f688a5562a490904857b3e8c6efb3ad4014fcac7eb0fb4d9a9428f58c4befe878b5d4

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
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/sensor-state-data-2.13.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest