dev-python/aioairzone: drop 0.6.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:58:50 +01:00 committed by Andreas Billmeier
parent 9e1af1d061
commit 77a42c177e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,12 +612,12 @@ 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 1759 Ebuilds in total, 1748 of them have in total 1772 (43 different) licenses assigned.
There are 1758 Ebuilds in total, 1747 of them have in total 1771 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|Apache-2.0|373|
|Apache-2.0|372|
|GPL-3|110|
|BSD|98|
|LGPL-3|24|

View File

@ -1,5 +1,3 @@
DIST aioairzone-0.6.8.tar.gz 21972 BLAKE2B dfabf6aeaf62fab3ce69b8fd60610306e94b5b5e22c54ff53fd12f2ba2784338e4c4cd552bb0791eb3485311d8c842d3eb2126bb43c1a2e4dfd1884e093ab315 SHA512 cdb1394a51718d945dd8f72f5d2ae79ede5152db348f523d54b3b5d83d62c99b1b5e30859f0142c67e0bb75c6189c86be0ab440ddc0b05b725b1f6f6bf2acb50
DIST aioairzone-0.6.9.tar.gz 22144 BLAKE2B e34f812c54d9e5693b09cf918d52b861eb21dd8514e2aca96f55f16018fdd76b1a722dd92825a7d202ea539a4b2ad37b62c0ff90adf30c1e1f9b0e75f29c3c88 SHA512 9c82ac559240b3fa12805574404fcfb6e27ecdd2cacd3bd642cefa7051fe3d094e912d7ee3dbb1926b123d33593e5a707a1257ccebfa2f637e0af77e5f8e9f0e
EBUILD aioairzone-0.6.8.ebuild 641 BLAKE2B b38c11a899ee8efb71699258a4b95b81fb72d22a7bd95f1244c08257ba01239f3ec2681787e7a86921d932bf1a5076f4473919d8bc18fefd9f5fc6303c80ce8b SHA512 0b1d952a14b7f92c59b6f9f0640f1baa5ec618e0955847a7cc045924abbba6a1c263446a2e55b6d881e1cdcae1e63e999d31a8108c8f35cf8fd3638122db1d98
EBUILD aioairzone-0.6.9.ebuild 641 BLAKE2B b38c11a899ee8efb71699258a4b95b81fb72d22a7bd95f1244c08257ba01239f3ec2681787e7a86921d932bf1a5076f4473919d8bc18fefd9f5fc6303c80ce8b SHA512 0b1d952a14b7f92c59b6f9f0640f1baa5ec618e0955847a7cc045924abbba6a1c263446a2e55b6d881e1cdcae1e63e999d31a8108c8f35cf8fd3638122db1d98
MISC metadata.xml 524 BLAKE2B f35054285c34ff5663c8b0cccf253d2adf1e82edcb04cf7eac24d7575e445fe0d24867140125e852b6f8f85e6cda10621d2cf495cab66d097ef2e27a24523e41 SHA512 ea54ab2381f7c2e426243c5ad0b95a158ac89e243b4c6126c15ef0002253635525b0a4e5ca949f5ae125ca51e8eb9f9d6bd35ba39792e6d7ea23f19b682ec99c

View File

@ -1,30 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Library to control Airzone devices"
HOMEPAGE="https://github.com/Noltari/aioairzone https://pypi.org/project/aioairzone/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest