dev-python/greeclimate: add 2.1.0

Closes: #3640
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-20 11:24:11 +02:00
parent dc34346ce3
commit 56da542ed9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 5 deletions

View File

@ -606,13 +606,13 @@ 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 2022 Ebuilds in total, 2011 of them have in total 2039 (42 different) licenses assigned.
There are 2023 Ebuilds in total, 2012 of them have in total 2040 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1168|
|Apache-2.0|452|
|GPL-3|119|
|GPL-3|120|
|BSD|113|
|GPL-2|25|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST greeclimate-1.4.1.tar.gz 26548 BLAKE2B a0a10830128a53820e5ad749cac90e38dc3bef385d72a4e865fb16b7f13709f1df731d23e45ae19c63fc0d63bad4ffcc1abb3249c82ee7fd1202095c607c82c1 SHA512 2f1d06c74385908507546b1b5857f0929326723a1d140636a9e9060ac855bda81d35dc0b69a051493dd3411046ffc68ad4ab9b3c6965e087946b98b3959831e8
EBUILD greeclimate-1.4.1.ebuild 717 BLAKE2B 83a71635d21b98af7ee0f3a0feb4a23d7b12ca91b92a7edb6141169ee185b22907c7f67342118631f9422d1535b3b279f792611bae29ee900fe546fc81813527 SHA512 837b46b74675ba4c477b891dd6e5a47bfa9ccff3d7cb41d2bea6dd16e2ba19c4a628c8cb9131ac8e93f922cdb1db4e203fd6603276b87b05e1bf5c2256de4fd7
DIST greeclimate-2.1.0.tar.gz 35167 BLAKE2B 65c74a0a4bd74d391b949f3693e7583d0e8bb83940b5652c7df1847c3f40884931a59b3d0a39d1c1366b625f6306ad7002f935f0d281dad8d0bbc924eb3c134a SHA512 223ebf74205029ea09ac5434ad86311f65e3fa0ea8b6d3a687dbc0900487a9a4c145fb64875e0fbc7e034927c2bca57949f3dc9632e18624c5d08ef4c79f7976
EBUILD greeclimate-1.4.1.ebuild 717 BLAKE2B 2cdc946df09232c84e9e2088741a7828acd48cb6cf82409fed6f4f8e8895e806beb5b4e60d80485f44f9d8ef250b630173e20ec9b0d14ccc7f9ff6e4f240a5e3 SHA512 c07438a0462a5a0209b81669997ba9bae219ac90cd95bbe5d431cd23074700ab738aad51fd00d4dda6b8c2817a1d9426749017e5799148c3d666da5c73b87180
EBUILD greeclimate-2.1.0.ebuild 615 BLAKE2B 6e215080234ad49eb2bb8c31bf178b00d72d6d7ab41848c7f3778b5734ba1398feef52ae5433b2983a4fc5b12738e5192783747425a153118d29c2a9e3bcc093 SHA512 f80e7e1449c43f8c318d13049983a4702fff0cd11d9a47fbbdee15d57ff7b7c4e603f817f1d0ae49533da3469116914e57241001e40fe442dc926e6a59aeb995
MISC metadata.xml 391 BLAKE2B fc250afca50f682c5d3fc183df48682a6fbf869f0c6941a8d4d3e48d19985639c5e8f6cf70f740ccfa7aea4943f9ad369a76e7481e138768caa547f2c90ac7fd SHA512 53c88a8cf9de73c881be61c94867f4d1bdd460321fbeb9eb4f91e4c15902d5f3db6ba3da68ca1f5e0350930757595274d21dfeda9414a392ec1958c44991f677

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,24 @@
# 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="Discover, connect and control Gree based minisplit systems"
HOMEPAGE="https://github.com/cmroche/greeclimate https://pypi.org/project/greeclimate/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest