dev-python/aiohomekit: drop 3.1.5
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1cd8556fa6
commit
c571aa95d7
@ -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 2390 Ebuilds in total, 2376 of them have in total 2419 (43 different) licenses assigned.
|
||||
There are 2389 Ebuilds in total, 2375 of them have in total 2418 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1358|
|
||||
|Apache-2.0|564|
|
||||
|Apache-2.0|563|
|
||||
|GPL-3|152|
|
||||
|BSD|126|
|
||||
|GPL-2|27|
|
||||
|
@ -1,8 +1,6 @@
|
||||
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.6.tar.gz 122663 BLAKE2B 01fa74f949a8a119dadadabb8f1432bf6f496221a2b3dc66c13f0fd39f1a593310dcd2c1e185a08f1e9c8e7cbc1e745dd091bdde89028fe6960ff62150719e11 SHA512 3fcb6148bc90084bd1fa99c20428a5f091cc5396586028bd93824bed259219aeb056471b454bde6d5ae1c42cdde759daed0309f3fe1cfbaf4ae0ccdbb68d0225
|
||||
DIST aiohomekit-3.2.7.tar.gz 122729 BLAKE2B 26497da2cc5f5f2710eb6e14777087e86cb236810bebdc69eca6bcf5db1e7a51ad091344f6c39abd63e22469137160e53eaaed667726958428ff03a2f33a44c9 SHA512 65650926be7456be6bcfe6bf6357354fe33ffe61395649cf938c75c15ecd31c5e534b1a8f0132672b522b68cc3fd0380cd324fd6be6bb423b996ce7640684d6a
|
||||
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.6.ebuild 1333 BLAKE2B ed7ae6dadb6404b31827da289f72327adcc36ca8c09189eff5a43ff1906bc4a92b374457c4866713acfdd637acd0068db5a595df33912a4d479222a4f6565291 SHA512 e5a3556a387e9cc27094f7e6048008c36abaca61095d6eb2b083ca2d8524d79cab159df7ed587251c342358b6e89ba55b699cae269129095b15c72ea98c2e091
|
||||
EBUILD aiohomekit-3.2.7.ebuild 1253 BLAKE2B 246dc5e1c246ed82faaa0020d7c25f7c2244068091fcf10c7788d17a582c4bdfbf19855ad5a5a92458288383527037d4d64cb1bd196e1a00be21aa11ae33701d SHA512 4ac862cfdad0f1a3078b50f5f80272562802415afd44430e0a8225132822d2694ccf6eab395abf835e756667590dccbf19dd61f263567aa72bb0b519fa9dbc0f
|
||||
|
@ -1,41 +0,0 @@
|
||||
# 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.128.4[${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
|
Loading…
x
Reference in New Issue
Block a user