Skip to content

Commit c73ad66

Browse files
committed
dev-python/pycoolmasternet-async: add 0.2.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3600 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 4d03694 commit c73ad66

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1985 Ebuilds in total, 1974 of them have in total 1999 (42 different) licenses assigned.
609+
There are 1986 Ebuilds in total, 1975 of them have in total 2000 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1145|
613+
|MIT|1146|
614614
|Apache-2.0|445|
615615
|GPL-3|116|
616616
|BSD|112|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pycoolmasternet-async-0.1.5.tar.gz 5841 BLAKE2B f5cf9cafbbee5829a3fb19ca169c0aedb27f2689844a5ef764337473dcfc515e39c187956312176ca74aafd59c3775ff1cdf950553aca79b2b6c05aba197088e SHA512 b0f823685eb4e7c649ad91d1d52ccb35a6dcfa963517481bf1c119bd383ce020f1e83531487af525a3d4f7227323a2431f2417fa132d4e9edd6644dc85ce2f74
2-
EBUILD pycoolmasternet-async-0.1.5.ebuild 562 BLAKE2B a72f54407d235c245d8d6ca03bd836becd65dbe400d7c9e9f642f6098936bd92a501dc761df9d9ddc45c68968be1ecc73432f5384f1232488ce7962346f06aee SHA512 9bbbd6af30db2d30525e4fd11b96131810d1ebbc78be3178b0a209fe119f4b63778ffee5ab142483190137337a2209f60db52b7dcfa3662c99fb807565a496c3
2+
DIST pycoolmasternet_async-0.2.2.tar.gz 6105 BLAKE2B 97e176fb667f3dd2cbb79c8b9bc749341b561c17bd4315a85fd58a5b9367f9aafa3726b83ac1a312520dafd69da716152db760d8e616e0adedc100dc06d11f54 SHA512 36dab449d88ee48144e7cd7a7cfda57a5449513a9b4e46ef8bd74af747da7acb74baa2bebd1e561b4c386541b8947f70ecb8f0d138557fd3d067a505518a75a8
3+
EBUILD pycoolmasternet-async-0.1.5.ebuild 562 BLAKE2B 1fba4bf0ff534b7c52db079458b7c3bc049230c0182db614c58aa581a657715e6c492125f05b45dedac52de996108f54730cffd51e9bce6ae27dfff62bb2ccb2 SHA512 1c8f3b8859a03b515fa6a8b645475e4448b31b78d33635d1dba295617f05d0828de9f5c9dfb06f28a93f1acb2cb39199121af33fabf34118a985a81f6121e61b
4+
EBUILD pycoolmasternet-async-0.2.2.ebuild 542 BLAKE2B 30df71aba1f8adfe34b52205f9cb877444127c5dd60cb29b58951e40f027f0025fc37257c3e1426a63511e23c302431952fe95afa3fe417ce4557aee59cf366d SHA512 77a553ab28ec7024af53eee4011dd1021c3a9d1d643e9ae5ee8ea89c855ae3e2c71ae0bea4ca40d09a787df84a55da66d3522541d2a668bc5b6dee4c1b5bfb60
35
MISC metadata.xml 533 BLAKE2B 8ea951552a2c2845380d5d3fec735c5af9cd93b8e0567b369cbce2b26baa8300a997af90f6fea8e558af98748a003632072d4e514eaa79da4466161aefb9fa8a SHA512 754135b0d1cb667ec88a9043cf45ca34f8a378155aaba33d4ed86c8a4a4bd039bc9eefeb2378f4d9f8f70bb81de770ee7bd02c9a532d606d0531dd985413eb47

dev-python/pycoolmasternet-async/pycoolmasternet-async-0.1.5.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A python library to control CoolMasterNet HVAC bridges over asyncio."
11+
HOMEPAGE="https://github.com/OnFreund/pycoolmasternet-async https://pypi.org/project/pycoolmasternet-async/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)