dev-python/zhong-hong-hvac: add 1.0.12

Closes: #3048
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 19:30:05 +01:00
parent 7958870710
commit 6baa431272
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 31 additions and 7 deletions

View File

@ -617,12 +617,12 @@ 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 1893 Ebuilds in total, 1882 of them have in total 1901 (42 different) licenses assigned.
There are 1894 Ebuilds in total, 1883 of them have in total 1902 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1069|
|Apache-2.0|436|
|Apache-2.0|437|
|GPL-3|124|
|BSD|104|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST zhong_hong_hvac-1.0.12.tar.gz 10950 BLAKE2B 91d4a7b656cb587c23187df333df055f7b975e20848a5502bfa22344679592e3887b311c74003d7b273c07b74b718699bbf96b23a626b6a4f0d2e07469640107 SHA512 d7e16c0d85e79c65dea7d0b9055f5e0c1fadb0e33bdd26caf2f262121cd36a6126286baeec7ee2d27a33482fd2b1ad6cb0f98f15ae547d1abe29c96193e1a54f
DIST zhong_hong_hvac-1.0.9.tar.gz 6798 BLAKE2B 402ef6aa714b3a0d31cdfd7bca17e7b0515753e54c4d5676d5ac762c15211e6d5fdfc4ddce22b1160db58b92fbd68169de3b5ae295c51e7835b0956028a1048c SHA512 edb4ef02f125a5a3a8c3acc9bb51a01b803ec4ee5af9e0bdc92077c1a991955b2012593a6e427216213ac9762efe722522afc0734a2ab2d9a7971f6d1f7172e5
EBUILD zhong-hong-hvac-1.0.9.ebuild 672 BLAKE2B 326941ace017a24373c1463b49768124143dbe8a61ce02d0ebe6d9c0265a287b03b427b753fc0940c5db058dbe2bd9eea976d6a4b516b3929d615304bfdf480d SHA512 4b6b9c00538e1039665293f069b47377ea50bf1590bebc3e2ffbe0c97d39cb043ebc541239fa998949fbea85379e93316b09b596d313c0a76160e7572b1b249f
MISC metadata.xml 518 BLAKE2B bb729814d960d4cf12c46739ec8e83b2f2d95959c80d69b78f11076a34ba6993fe0e9b297fa8c1c4d8f96eb97e584a749f6e3edd10cf208d813c9ce1bf729aaa SHA512 05efb55686a6a61a9e0d527a53117d7c8409af8e3015a0acc572bf0451ab8f6a8211705dcab37cc931b81c2eb38bc87f7b5705c79b79afc20c382ed0c782f661
EBUILD zhong-hong-hvac-1.0.12.ebuild 566 BLAKE2B c6f75ec5229318d83ffa68cdadbe4ec79e97216348810dae19d6ec0cae861ab4fa99b6cbc87508d299f1ee76b8ef8406ee48a395d2d722e5d59044d229ddf207 SHA512 5c0aa47b27f6432b5c07c9f6d59ba892170d5426296a38a6bb537f530b2e1f011f132916aa47e59b62e0e46ec9694a646110aa2bb99c2be18aacb8978efe80ff
EBUILD zhong-hong-hvac-1.0.9.ebuild 672 BLAKE2B 3486fbb91d03bda4afb07dbaeb8333f8738c2c123376ee5e8747fe56f507b726fd752e4b8016c8ebbff8654ff3434b5db9cce9ae4dc454766bdd86bf64d4f6da SHA512 f6092b7a4b0fe6d6d724e45d4eaf8f596053c7364e806b4942dc17b055ebc181051551fb36fd2a267c2edf9922ded852928a414bcb28761ab4424d562d54a6ca
MISC metadata.xml 518 BLAKE2B df2bc1d25ec76d6a033057e7134fc9bf78b631bb1dca03c76e11e55aaf39295c1e2c756e8e15b5e01301a19246e69bd2f196d60c4eb5b11fc71cfdf3022bc6a8 SHA512 786541e92a111e600b9b8f0bb8904203b0fc4dd23086580a9c5a40ef90e20d1c0299ae17db85fee227bca880423a92a47c14df47778495008ac9fa787954360c

View File

@ -10,7 +10,7 @@
<remote-id type="github">crhan/ZhongHongHVAC</remote-id>
<maintainer status="unknown">
<email>crhan123@gmail.com</email>
<name>Ruohan Chen</name>
<name>ruohan.chen</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python library for interfacing with ZhongHong HVAC controller"
HOMEPAGE="https://github.com/crhan/ZhongHongHVAC https://pypi.org/project/zhong-hong-hvac/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,8 +1,8 @@
# 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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi