dev-python/pydaikin: drop 2.9.0, 2.10.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:55:47 +01:00 committed by Andreas Billmeier
parent 6373fd20d9
commit aed1e2ba05
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 68 deletions

View File

@ -612,14 +612,14 @@ 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 1697 Ebuilds in total, 1686 of them have in total 1700 (40 different) licenses assigned.
There are 1695 Ebuilds in total, 1684 of them have in total 1698 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|972|
|Apache-2.0|365|
|GPL-3|100|
|BSD|99|
|GPL-3|98|
|GPL-2|27|
|LGPL-3|24|
|all-rights-reserved|15|

View File

@ -1,7 +1,3 @@
DIST pydaikin-2.10.5.tar.gz 29769 BLAKE2B 3e215bc2a38310699701c6c8156aaed4f1a9eda4d2810fed46d90e7cca36cefa0f7ac96acef4d49f47b2d558a9825ed144d3d5f2940f0229fde54de193a4b5c1 SHA512 ee2879ff7f5327f1b6559bd0e1cc820c3456420d0fd4d04915a5bd0ee6ed5b286ac2b30784bf2d039da390079791e45e7955fea5ac26ac57704ebeb8e3047d41
DIST pydaikin-2.11.1.tar.gz 30025 BLAKE2B 7077c95411f05180a8b9ac284d93897da393ea6ae748b9ddce70da0638a853f2bbc114f392f226d1be35515d185607f1d0abbc4313d7b84354e298154d658393 SHA512 9706008ccde3d2f438170c33c686afeaa217c9da55e5351a0fee0598c8dbc20632a038f726e5beec840766f282d5c8c04eba84958119c03323402dfcd309cf8b
DIST pydaikin-2.9.0.tar.gz 28610 BLAKE2B 388bccfb2496df047c5aee5ff1393787c8cd7f1e9a8392dbf5fb0744bc7a63d17c213b75c718f4d513776d8590cffb9b4acdaee1e329f4445c0c485449fa8d53 SHA512 69f16a4f98b7430f1cb02fd139167ab029d1cd496845b14ebc02df46116077e9aa7be68305f578b2281be72e27c16dde65c8a91ecd18d0dbdd6c90364bfc995b
EBUILD pydaikin-2.10.5.ebuild 767 BLAKE2B 3f02ed9ef744bee804b7d7723560a4802f78d103fe904789906f040c5e7d507d271db7bd1540e21e9243f928d551b16cca2e853a7ef3610b8f64fd52fe21d02e SHA512 b83d3c5337ca0491c40cfa63f4ce1ac9f39200430e00e528a978a867e1daf1434386c25f92ae0119e72eb5b92da9e1fc11a1828f76c7e1dd00c310cd10b47cff
EBUILD pydaikin-2.11.1.ebuild 767 BLAKE2B 3f02ed9ef744bee804b7d7723560a4802f78d103fe904789906f040c5e7d507d271db7bd1540e21e9243f928d551b16cca2e853a7ef3610b8f64fd52fe21d02e SHA512 b83d3c5337ca0491c40cfa63f4ce1ac9f39200430e00e528a978a867e1daf1434386c25f92ae0119e72eb5b92da9e1fc11a1828f76c7e1dd00c310cd10b47cff
EBUILD pydaikin-2.9.0.ebuild 767 BLAKE2B 3f02ed9ef744bee804b7d7723560a4802f78d103fe904789906f040c5e7d507d271db7bd1540e21e9243f928d551b16cca2e853a7ef3610b8f64fd52fe21d02e SHA512 b83d3c5337ca0491c40cfa63f4ce1ac9f39200430e00e528a978a867e1daf1434386c25f92ae0119e72eb5b92da9e1fc11a1828f76c7e1dd00c310cd10b47cff
MISC metadata.xml 622 BLAKE2B 1671ddfc2a316076b29ded4ce3aba089c12dd431eba458096a2bfab4b5f22975edf8b401f931b173f525069b775ffdb246e215b90c6e4b693c9a01f111044a6a SHA512 c76b8682f6c46877a743a947d4ea9e7d128c0c915b4fa506497a1384c4a955a3ca329d50631a03968c12a43f6a54ded93b3480d4e1322083de601bd097767037

View File

@ -1,31 +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="Python Daikin HVAC appliances interface"
HOMEPAGE="https://bitbucket.org/mustang51/pydaikin https://pypi.org/project/pydaikin/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@ -1,31 +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="Python Daikin HVAC appliances interface"
HOMEPAGE="https://bitbucket.org/mustang51/pydaikin https://pypi.org/project/pydaikin/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest