dev-python/pydaikin: add 2.13.6

Closes: #3601
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 08:58:39 +02:00
parent c73ad66e1b
commit fdda9db7e3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 41 additions and 9 deletions

View File

@ -606,13 +606,13 @@ 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 1986 Ebuilds in total, 1975 of them have in total 2000 (42 different) licenses assigned.
There are 1987 Ebuilds in total, 1976 of them have in total 2001 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1146|
|Apache-2.0|445|
|GPL-3|116|
|GPL-3|117|
|BSD|112|
|LGPL-3|25|
|GPL-2|24|

View File

@ -1,3 +1,5 @@
DIST pydaikin-2.11.1.tar.gz 30025 BLAKE2B 7077c95411f05180a8b9ac284d93897da393ea6ae748b9ddce70da0638a853f2bbc114f392f226d1be35515d185607f1d0abbc4313d7b84354e298154d658393 SHA512 9706008ccde3d2f438170c33c686afeaa217c9da55e5351a0fee0598c8dbc20632a038f726e5beec840766f282d5c8c04eba84958119c03323402dfcd309cf8b
EBUILD pydaikin-2.11.1.ebuild 767 BLAKE2B 3f02ed9ef744bee804b7d7723560a4802f78d103fe904789906f040c5e7d507d271db7bd1540e21e9243f928d551b16cca2e853a7ef3610b8f64fd52fe21d02e SHA512 b83d3c5337ca0491c40cfa63f4ce1ac9f39200430e00e528a978a867e1daf1434386c25f92ae0119e72eb5b92da9e1fc11a1828f76c7e1dd00c310cd10b47cff
MISC metadata.xml 622 BLAKE2B 1671ddfc2a316076b29ded4ce3aba089c12dd431eba458096a2bfab4b5f22975edf8b401f931b173f525069b775ffdb246e215b90c6e4b693c9a01f111044a6a SHA512 c76b8682f6c46877a743a947d4ea9e7d128c0c915b4fa506497a1384c4a955a3ca329d50631a03968c12a43f6a54ded93b3480d4e1322083de601bd097767037
DIST pydaikin-2.13.6.tar.gz 35705 BLAKE2B dca1d110bb197ac1a2bae7bbeb4133fd98af994ce0ab27fd040e4decf795d5827c774124b2e8feb8704fb0e6f4be06a7baa437b85d585397245c173ddee9fcad SHA512 f1ff9a49bdd6dc80bbab541cef116a4bb9fc1390a1d32f43975667305afcc37a1b4ad42596cec0260b6230fc0e06ca66a7de52587d9e12128bb5c41ef4b80f03
EBUILD pydaikin-2.11.1.ebuild 767 BLAKE2B c0883b20657c22485849336814c2868ba3c11b1879bff3d3e180b8a9747037ff435bcdbb2d5ba17caa172dcc9a9ea530efb817b3d157bbc88c8463d8794cdb8b SHA512 9eb296dd16f62d488b52c4574d8c4496ec4049340c9c3b2f986fb51bf458e14de661ae520a98d0d4afdbc5274f19a63e4b3903b0161ba6681a794b48d073533f
EBUILD pydaikin-2.13.6.ebuild 729 BLAKE2B a2c8130a88bcd0eaa9a5ab6b594df474bb32e1eb6b84113f984fca1b071082b199338688650129c028374057e960e4b09e86e25046bae31a96f3cfa58d74355a SHA512 df2b2e1957b959ab59b40e15e94c3bad2f33e0d765ee3a112cb9061e80ce65585403d9f0985fada8ee9163068cc4bf4daa212e5890e1af8d566ed51fc1233a4c
MISC metadata.xml 517 BLAKE2B c64334933dbe2e1f2ec73eb07925612ee745c5aca55d1005f1ef18de34cdc5c2e0182dae99e922eb6152c7a9040ed77b0d92ec8ebfb393f7441c5e2b155e980a SHA512 b49e89d5f6f554698266c52ae90c9fc6fc0a52d75a2af2194500b8db60b45e5c752587a2cdc7f7dc70d1b6ecafdda40c7780804dc204e7eb18c4fb172b0e4e61

View File

@ -7,10 +7,10 @@
</maintainer>
<upstream>
<remote-id type="pypi">pydaikin</remote-id>
<remote-id type="bitbucket">mustang51/pydaikin</remote-id>
<remote-id type="github">fredrike/pydaikin</remote-id>
<maintainer status="unknown">
<email>mustang@yadan.org</email>
<name>Fredrik Erlandsson &lt;fredrik.e+pydaikin@gmail.com&gt;, Matthias Lemainque &lt;matthias.lemainque+pydaikin@gmail.com&gt;</name>
<email>fredrik.e@gmail.com</email>
<name>Fredrik Erlandsson</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,30 @@
# 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=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-aiohttp[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest