dev-python/homematicip: drop 1.0.15

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:50:40 +02:00
parent c741bd995b
commit 6433f38594
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 40 deletions

View File

@ -617,11 +617,11 @@ 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 1934 Ebuilds in total, 1923 of them have in total 1943 (42 different) licenses assigned.
There are 1932 Ebuilds in total, 1921 of them have in total 1941 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1104|
|MIT|1102|
|Apache-2.0|428|
|GPL-3|126|
|BSD|108|

View File

@ -1,7 +1,5 @@
DIST homematicip-1.0.15.tar.gz 168354 BLAKE2B ade2f5db08e01dadc5e6b6cd52ff5ec2195ed7717a1d6063e75b92e8e25af460166bee924d5d6d54bace4f6190decdef17430983eb38d788766a6050c6ed50f0 SHA512 f312a74c8e942b57dd690359a01d2d628ca3a37064603c7825ae232f31e05c17e43d4ca17950cd064df043123f9695791859ebbd5836b0c0dc2f8c2fc4134603
DIST homematicip-1.0.16.tar.gz 170173 BLAKE2B 74a1070ea1e723c4b3834e471e55b51a7eb40b8cf09d1b25818845c827f62712bce85410bb193b3b7d8fd9b6c61cd95b6f79ed23ff2dd43e4e92365947bb5aac SHA512 acd4cdfd861391e22238ea74fb807104e66d844c8acb463949570d1cf74169f8616a85b33ee87966dec38e676d87e22c124364f02080cda71d8bfb3a82c4485b
DIST homematicip-1.1.0.tar.gz 239739 BLAKE2B fd32f4b2c354f43819a24f91ac5e96317d1a64c4e52ed0db76196c8f691e7762c94194e107ead0ddceb2f94942c535bafbc123fe6a4c41ad02d252bd11a78bfd SHA512 d07aa72d6ce9bd1a22a301839c88b29d6d7dce9eaa09fdaa93eec16a705bd917b9a44781fa6f9c64fbbcb10730d90bb9629941152d0d68dc40bf5dc4b5bd1991
EBUILD homematicip-1.0.15.ebuild 905 BLAKE2B 8e1fd6a38468e099b1cb97befd2b93155e3d610477e6fefd23b20142f16c02e612c8b08db854b3f88b6a890adb92290acfc9db223cd2a52119d219956e3bf230 SHA512 7f2af22bcf93cca40073b781f7da2aca918724f43dcf8de91e3c0b7d44e9175d0164dae04f2e32b409c3bd61bbeabbc9b607f188d7353b6689f9510f61365fca
EBUILD homematicip-1.0.16.ebuild 905 BLAKE2B 8e1fd6a38468e099b1cb97befd2b93155e3d610477e6fefd23b20142f16c02e612c8b08db854b3f88b6a890adb92290acfc9db223cd2a52119d219956e3bf230 SHA512 7f2af22bcf93cca40073b781f7da2aca918724f43dcf8de91e3c0b7d44e9175d0164dae04f2e32b409c3bd61bbeabbc9b607f188d7353b6689f9510f61365fca
EBUILD homematicip-1.1.0.ebuild 912 BLAKE2B 9ad4517187f7a7a6c500f17a748e1e0e69d1764917c68c590f927ccccc7a3635f68a55aa81502c90a2233b116cf1b14a8d12be5bacc6d3c27d8763b22a09b6b6 SHA512 59d9b286ef7f1f4675d852080d72484801e318a6f7c54b66350b803031ea45de99329a10faab1e71980327c49804bc0d1d34ee36726fdab1c169ab32ea535f52
MISC metadata.xml 537 BLAKE2B 65faa8fede900777b1a67f370405a22d3dc039ea938b8b421aad19ade5b1db18b2592a2a7b740812e03980880d5e6ff4a0a78ce6fc7791824d9f0f9f577d7e9d SHA512 61735b1090a07bec768b3aa56431a26927ef00da3c9ee018deb49796fffae380e02c66503787c679e1d75e4f00fdad04fa484e65153b768e6541804842b9a426

View File

@ -1,36 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="An API for the homematicip cloud"
HOMEPAGE="https://github.com/hahn-th/homematicip-rest-api https://pypi.org/project/homematicip/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
>=dev-python/websocket-client-1.0.0[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
>=dev-python/aenum-2.2.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest