dev-python/nibe: drop 2.5.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 18:14:57 +02:00
parent 75b82f539f
commit 1e2d4edb37
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 40 deletions

View File

@ -606,7 +606,7 @@ 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 2045 Ebuilds in total, 2034 of them have in total 2062 (42 different) licenses assigned.
There are 2044 Ebuilds in total, 2033 of them have in total 2061 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -614,8 +614,8 @@ There are 2045 Ebuilds in total, 2034 of them have in total 2062 (42 different)
|Apache-2.0|457|
|GPL-3|123|
|BSD|110|
|LGPL-3|25|
|GPL-2|25|
|LGPL-3|24|
|all-rights-reserved|16|
|GPL-3+|16|
|BSD-2|15|

View File

@ -1,7 +1,5 @@
DIST nibe-2.11.0.tar.gz 439712 BLAKE2B 06bb41f8f09cdbe56f63a0bc3a4c27973587fa0f2b9916283b1977ee79eb4335e52a2e6cea1f5a75b6266a39590800dd8b37b89861a71509bf568709eeb70bab SHA512 dddedbff6782cf417ff0cc44ccc58e30b7edaa2ec17abf55f9118129560c4b76a1307ded30f99a4a35a1e3bc76f945bc577600c4f92b843ff2c39a93e0e8b895
DIST nibe-2.5.2.tar.gz 435835 BLAKE2B 180c6f95a8706281acb00ff131d3b7daad4c46644853e7fc90ff75efef43371573f7d7fcf56b5f0f39c3afdb573684121d157a5743cde5a1e592bcbc07c0ec06 SHA512 e428479f028f9d478a325844c1a1e8e6dad95968f61c31e06d91ca765c8abd747b6adfd0e83bcbfbcc1e2b22c063f1ba9cc304d19d6942c89ed842f67d1a2e66
DIST nibe-2.8.0.tar.gz 437276 BLAKE2B 30453dd1cf74c3457b46346b76f018aad394e2c35e69019e0e201b1c92c5b3ae66527fbc6febdd9af474ac942fe5ee817fbf8d67f6983e3b3244b517105345cd SHA512 1e956a2775da3e1fb8aca91a5686195bc4f12de8e6f02c627d0bc058bb9e791d180626e0376f5d32416b1035da66d1226d2eb3a727c88f09b87aa8efddfceb1b
EBUILD nibe-2.11.0.ebuild 836 BLAKE2B 7492e09fcc08091b81082fa3d6814878bd9c677ec8f3593c3c6013107078962653f3d69df3641920de4c36ba941488ab1e139da9a1001e882d2e24a3afa8e14d SHA512 58aa8f01cf328289eaf688d950e17e1e53ce6668809394f3c37db8992c30c82ec226bc8de6d92f8ffd336ae44ca744897c8f1a9c15ead817bfa59a6248a16e86
EBUILD nibe-2.5.2.ebuild 915 BLAKE2B cf0a26ef2d4628bc3b2b42b7cd5bc59196477454b260445bd452fb44a60f35596723e519211522e1d0d10569ffe9469b761db86019953261e8fa0f5a80195985 SHA512 13433dc8786b6d99d5aaecc5ba2dee53229a08eedcb38545f5a53bd18aaf7243cfa8630b92f793ac9cbce8abc32a821091d0567bad25ade93b15d278690ae07c
EBUILD nibe-2.8.0.ebuild 836 BLAKE2B 7492e09fcc08091b81082fa3d6814878bd9c677ec8f3593c3c6013107078962653f3d69df3641920de4c36ba941488ab1e139da9a1001e882d2e24a3afa8e14d SHA512 58aa8f01cf328289eaf688d950e17e1e53ce6668809394f3c37db8992c30c82ec226bc8de6d92f8ffd336ae44ca744897c8f1a9c15ead817bfa59a6248a16e86
MISC metadata.xml 501 BLAKE2B 629d54203739bdd3a7a326202cd248b79df09239355aa43555768d3dd19be22ee1dcee8ff9ec165e0be00330f207b6457dfeae910496eb927d9f67633d8dae17 SHA512 e019398af07865d6dc3efa381ca85699af8a1090eb4ccb9041f7bf008869740eed398843cae2cde025e517ed0822cdd191449e7a387c48ffe4680e931cf401ef

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..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Nibe heatpump communication library"
HOMEPAGE="https://github.com/yozik04/nibe https://pypi.org/project/nibe/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/async-modbus-0.2.0[${PYTHON_USEDEP}]
>=dev-python/construct-2.10.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/tenacity-8.0.0[${PYTHON_USEDEP}]
>=dev-python/exceptiongroup-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest