Skip to content

Commit

Permalink
dev-python/aiohomekit: add 3.2.5
Browse files Browse the repository at this point in the history
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4028
Signed-off-by: Andreas Billmeier <b@edevau.net>
  • Loading branch information
onkelbeh committed Nov 2, 2024
1 parent d3611a1 commit 602c10a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,12 +606,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 2281 Ebuilds in total, 2267 of them have in total 2306 (43 different) licenses assigned.
There are 2282 Ebuilds in total, 2268 of them have in total 2307 (43 different) licenses assigned.

|License| Ebuilds using it|
|-------|-----|
|MIT|1297|
|Apache-2.0|526|
|Apache-2.0|527|
|GPL-3|145|
|BSD|124|
|GPL-2|26|
Expand Down
2 changes: 2 additions & 0 deletions dev-python/aiohomekit/Manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
DIST aiohomekit-3.1.5.tar.gz 121343 BLAKE2B 00b63d3b2509a756e5c61023f28ea28e440a5db67e6f5301d9e362707ce5f6e236728b2b544009ea3c755acb0c73188057c5046ce5bdc8016ddd6eddf5beccb1 SHA512 296b37743ac5daa39d586fac38801e5371f9ef207b0c6dff97de9d1b72a99647eebeac6bd376e2b33ca1d205e041267fa0f69719697d425ff5438ad13845ed23
DIST aiohomekit-3.2.3.tar.gz 122022 BLAKE2B 2fe4ac03090055874d2f5344d9c9557378b700c862f12cc95e3196836799165b446b6b86bbd32bae856ad015e4591dcca3d674ed454a2e0ccf067b2304e1c2bc SHA512 c2900ebe6464367bfccd1287c1121b9e696c2181f17aefe64b3cd01edf4a3ea1762c592f5b4c6796098e8210c89ade45550452f5be732f265c1b17e16dd99c8a
DIST aiohomekit-3.2.5.tar.gz 122592 BLAKE2B 2c2954f50f08c456a5175521c534e016d4a7bfa04d4a15b18fac26e37799814fbb5cd56fe55c292eb130b5521bbc23dea5b301bbad0a50e020d64526b5853ed2 SHA512 a1a95791bd88c6720c6e5c7345696b1a1dcc42232728524b60db1c2f001c363c7cbae48ed9d4cc45c4790721a6f6993865ea6ed7b8dfdefb47d2b8297e7213c6
EBUILD aiohomekit-3.1.5.ebuild 1333 BLAKE2B 68e62be24d3f57e7e09a155aa9b868bbd9a9ea7d22f593e04465134511e8b6da8c5abddfc174e91014c81b6bb0b806e5e53400be5e310783babcd1d3ef3e1e04 SHA512 045cf586d9ed54f3f0b45b4ec7bc7ca9999cb3e0a73012f62b4dbdb1da43e65992450a7f4e28dabcde597a44edc118266cd7c91fc04c7c0ade2a49205da98184
EBUILD aiohomekit-3.2.3.ebuild 1333 BLAKE2B ed7ae6dadb6404b31827da289f72327adcc36ca8c09189eff5a43ff1906bc4a92b374457c4866713acfdd637acd0068db5a595df33912a4d479222a4f6565291 SHA512 e5a3556a387e9cc27094f7e6048008c36abaca61095d6eb2b083ca2d8524d79cab159df7ed587251c342358b6e89ba55b699cae269129095b15c72ea98c2e091
EBUILD aiohomekit-3.2.5.ebuild 1333 BLAKE2B ed7ae6dadb6404b31827da289f72327adcc36ca8c09189eff5a43ff1906bc4a92b374457c4866713acfdd637acd0068db5a595df33912a4d479222a4f6565291 SHA512 e5a3556a387e9cc27094f7e6048008c36abaca61095d6eb2b083ca2d8524d79cab159df7ed587251c342358b6e89ba55b699cae269129095b15c72ea98c2e091
MISC metadata.xml 513 BLAKE2B 3b29966ec8902954651b4ccbb4616a57c613bcd97ed45e8813502eda41fddc413c6769cd440752368e72ffe2915876006c8742cf757abd83f99a063ff7a0b073 SHA512 22f00394e813c4e51bf0b353c97509563966b6a50ee4d9315855d78c32e6c40ed9d540567d352ba3a257918c73dadcd69131d510da83c7759bcbc6644eb630c0
41 changes: 41 additions & 0 deletions dev-python/aiohomekit/aiohomekit-3.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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="An asyncio HomeKit client"
HOMEPAGE="https://github.com/Jc2k/aiohomekit https://pypi.org/project/aiohomekit/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

RDEPEND=">=dev-python/cryptography-2.9.2[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}]
>=dev-python/commentjson-0.9.0[${PYTHON_USEDEP}]
>=dev-python/aiocoap-0.4.5[${PYTHON_USEDEP}]
>=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/chacha20poly1305-reuseable-0.12.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.9.0[${PYTHON_USEDEP}]
>=dev-python/orjson-3.7.8[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/chacha20poly1305-0.0.3[${PYTHON_USEDEP}]
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]
>=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"

distutils_enable_tests pytest

0 comments on commit 602c10a

Please sign in to comment.