dev-python/openwebifpy: drop 4.2.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-31 09:10:10 +02:00
parent de5576f491
commit 10ca6452cb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 28 deletions

View File

@ -606,11 +606,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 2394 Ebuilds in total, 2376 of them have in total 2415 (44 different) licenses assigned.
There are 2393 Ebuilds in total, 2375 of them have in total 2414 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1362|
|MIT|1361|
|Apache-2.0|555|
|GPL-3|148|
|BSD|125|

View File

@ -1,7 +1,5 @@
DIST openwebifpy-4.2.4.tar.gz 17933 BLAKE2B 4a4d61dea56e05640d0d19e65a42a606f6b966e866ba47177a33f94c307e23c2ac3a72f3180106a895fdeafe45547360c1eaf68148fe17f16f50c723cc499f58 SHA512 30d21a7264738ce6d9db5ec30ee8ad757280cdc7ff099774dce60574f37c15f8ba8ff552e8a0254ac1e9a57add033f8f25ea60a11e4a7cb28805e503dac654ac
DIST openwebifpy-4.2.7.tar.gz 14327 BLAKE2B 1223449786b8856b834645579c07a75f6fb6bba4c6048ee3e480c32942e696b4e6b54fc66c4b61413e74b5a6b82c061b4461f80bee648e91b3dde9fab838e060 SHA512 e8abb3893b606880b5c8575710f8f14beed28018c0f3697c8ea6cb146d306999e62e60a64d529d67735b1553686ce257dc5cde41de8376d293b5a65703191587
DIST openwebifpy-4.3.1.tar.gz 20709 BLAKE2B 8b47a4c269d702ff7daf0c773ca76bb0477f0d4e46b9cc43d33810ddda1f7ed836292fc215c9dc45abd5cafc685f04a74cd3ce087256bbc96f5b1e72527df279 SHA512 ef09c5638c0e32559c449e2c1d92f5a4affb497c1d17ae8554769688c3948c3f63e998b9ea6967bf053e6b09f344490937396565e7f56f6815375c112f1bd60d
EBUILD openwebifpy-4.2.4.ebuild 618 BLAKE2B 3aaeb78c491f2ab071224ad024773f750385d50d13c4b38ad2964305169c01e73e75470e449e0a4adb3cdd0bbfc96a6293e6d068ff4114726d17fa997781cae1 SHA512 4f06c18107ffeb24379fe58306407042ae814c15a956ba5b33268bfedd7b28c2ceb341f52d1bdfac2d99af0e9e18294eef849c8bf1412dea8eebd197de1867cc
EBUILD openwebifpy-4.2.7.ebuild 689 BLAKE2B b5f4efe164de4a220e368d61ef37d3bbb4630c35d6256fb3b792d8ec50e44e65a8a7db2852d5bb1beb65aece812aee9f606c628f29a8a960b84e7f59d4a784db SHA512 7e654ecec759a80bd7feb5fe4a54a568ea92b7ad51f7db3a32bdfced8bf31724a41e34e4bd177d2caa77c33b22f247a68d3767f03ca77b9bf45d23c049b3a6f3
EBUILD openwebifpy-4.3.1.ebuild 617 BLAKE2B 33d8e3e03b6275190e8f664588c3c57af09b8c3b33e3170378a69b6f0417942bbf7a5367050b748dd1fc41e07a6a450b0641a5fc44bab7d05b2776a0ba8e7b50 SHA512 ad281f0436179f0f6fa877d9d7f6d43f732248a763da144b147a53c1c6d401295d06b1f56400e9ad55171d087811bafd69904f9dcaae9b1647f2f7ef52ae76b9
MISC metadata.xml 519 BLAKE2B 39669e9bcf3ff556dcffa8a6700272a005f42c0008510b49fde7285960a240b7f0f4decc161fa0f5a86528d12fc701be0adc7b3d0fc977ad6704689b80de8c3f SHA512 187d189ea80564b4f30b29637540f661b8bc18d1a7e92c139eb538f10a9ea95dcdd1103e01c95f5060fbdc35f5832a94848c1ab31cb33eb3f713c48abb4d36ff

View File

@ -1,24 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Provides a python interface to interact with a device running OpenWebIf"
HOMEPAGE="https://github.com/fbradyirl/openwebifpy https://pypi.org/project/openwebifpy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]"
distutils_enable_tests pytest