dev-python/pymelcloud: add 2.5.9

Closes: #2822
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 08:32:42 +01:00
parent c4c30eec11
commit ac206df3c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 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 1761 Ebuilds in total, 1750 of them have in total 1769 (42 different) licenses assigned.
There are 1762 Ebuilds in total, 1751 of them have in total 1770 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1003|
|MIT|1004|
|Apache-2.0|386|
|GPL-3|118|
|BSD|101|

View File

@ -1,3 +1,5 @@
DIST pymelcloud-2.5.8.tar.gz 12899 BLAKE2B 89c32824df07d214cdb7f2d63d554cc48374bd860edb3ea57def4715a385ab73c1bc67741aef219e90064c5ed7bd30ac131109f50a30453e413423feae6663da SHA512 95794b49a2def5f5d95f288fbe375d61641060d4459315de276ea751820b9e1f227b3d8dc410b5a16378f40da8a3d090721b5606677a0784fed290808e547060
EBUILD pymelcloud-2.5.8.ebuild 513 BLAKE2B 82b98c5fb5c2ee7a7c365958fed047686f52565808b9753b16f2e9a70438c9730e91c0340472b267ec3be6a8a799f7fa0be1153ae81aa045e39f5a2b0fcf8e90 SHA512 aefcf53fd05afd04a77cbdd0f3c7fc5de6fe455a4440086466941f2bc9e75903c9d26efdfa0aaccb7e9e7ce42139d5acad521316bcca4ec67c68efc66d43054b
DIST pymelcloud-2.5.9.tar.gz 13631 BLAKE2B 47b656485cef425d90152b6e324e1edbb391cfb1db9926233b24c96109e8b95e8a8ad2a150bf5c2b273f25f6883dd5b3ffea4f6f503c1ad1d9481d93d65b8e19 SHA512 37226b120ff87faa22455efbcc43456fe18c6294f2e1b6fb757dc98f0d90a7e0b9b035ab62da8901bc406dcb0ceafeb1cb547a94d3ebf3125bbd54ddffc2161f
EBUILD pymelcloud-2.5.8.ebuild 513 BLAKE2B b0586a78b4f59353fa10b3a3f54180875eb6bf00297e0e9de5abad70d90f99d398808ba2a8ad026d968ff60251af33e3fd43ccd4e8e3700eb8497d5d0e1e4a33 SHA512 8ac72d509a9465eaa04208ea0ac92a136724d8c2f960288b7b14cda66f0d58d6f4c82ce30152d38c8fc0d304331082e8b913515a3b2ac81b0af85fc3cf3cc1fb
EBUILD pymelcloud-2.5.9.ebuild 513 BLAKE2B b0586a78b4f59353fa10b3a3f54180875eb6bf00297e0e9de5abad70d90f99d398808ba2a8ad026d968ff60251af33e3fd43ccd4e8e3700eb8497d5d0e1e4a33 SHA512 8ac72d509a9465eaa04208ea0ac92a136724d8c2f960288b7b14cda66f0d58d6f4c82ce30152d38c8fc0d304331082e8b913515a3b2ac81b0af85fc3cf3cc1fb
MISC metadata.xml 528 BLAKE2B 4fded86c156e6ede9c0086f4501788bcba5ebfac853513b8772b2a2282ed7e80d0bd43b9963e6ee26d43d8c04eaee8383a86ca0d76d76bd99a7e615e087c5a6c SHA512 e8d99f4ad07393a7ec67093a57c9a31e0a45ff2d0e4c06d81bf34119d29a239419cdd6395dd6c351c3b9d21b0d0f28f509bc68607b8ad9e8fee00426f301ab25

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python MELCloud interface"
HOMEPAGE="https://github.com/vilppuvuorinen/pymelcloud https://pypi.org/project/pymelcloud/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest