dev-python/pycoolmasternet-async: add 0.2.2
Closes: #3600 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4d03694851
commit
c73ad66e1b
@ -606,11 +606,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 1985 Ebuilds in total, 1974 of them have in total 1999 (42 different) licenses assigned.
|
||||
There are 1986 Ebuilds in total, 1975 of them have in total 2000 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1145|
|
||||
|MIT|1146|
|
||||
|Apache-2.0|445|
|
||||
|GPL-3|116|
|
||||
|BSD|112|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pycoolmasternet-async-0.1.5.tar.gz 5841 BLAKE2B f5cf9cafbbee5829a3fb19ca169c0aedb27f2689844a5ef764337473dcfc515e39c187956312176ca74aafd59c3775ff1cdf950553aca79b2b6c05aba197088e SHA512 b0f823685eb4e7c649ad91d1d52ccb35a6dcfa963517481bf1c119bd383ce020f1e83531487af525a3d4f7227323a2431f2417fa132d4e9edd6644dc85ce2f74
|
||||
EBUILD pycoolmasternet-async-0.1.5.ebuild 562 BLAKE2B a72f54407d235c245d8d6ca03bd836becd65dbe400d7c9e9f642f6098936bd92a501dc761df9d9ddc45c68968be1ecc73432f5384f1232488ce7962346f06aee SHA512 9bbbd6af30db2d30525e4fd11b96131810d1ebbc78be3178b0a209fe119f4b63778ffee5ab142483190137337a2209f60db52b7dcfa3662c99fb807565a496c3
|
||||
DIST pycoolmasternet_async-0.2.2.tar.gz 6105 BLAKE2B 97e176fb667f3dd2cbb79c8b9bc749341b561c17bd4315a85fd58a5b9367f9aafa3726b83ac1a312520dafd69da716152db760d8e616e0adedc100dc06d11f54 SHA512 36dab449d88ee48144e7cd7a7cfda57a5449513a9b4e46ef8bd74af747da7acb74baa2bebd1e561b4c386541b8947f70ecb8f0d138557fd3d067a505518a75a8
|
||||
EBUILD pycoolmasternet-async-0.1.5.ebuild 562 BLAKE2B 1fba4bf0ff534b7c52db079458b7c3bc049230c0182db614c58aa581a657715e6c492125f05b45dedac52de996108f54730cffd51e9bce6ae27dfff62bb2ccb2 SHA512 1c8f3b8859a03b515fa6a8b645475e4448b31b78d33635d1dba295617f05d0828de9f5c9dfb06f28a93f1acb2cb39199121af33fabf34118a985a81f6121e61b
|
||||
EBUILD pycoolmasternet-async-0.2.2.ebuild 542 BLAKE2B 30df71aba1f8adfe34b52205f9cb877444127c5dd60cb29b58951e40f027f0025fc37257c3e1426a63511e23c302431952fe95afa3fe417ce4557aee59cf366d SHA512 77a553ab28ec7024af53eee4011dd1021c3a9d1d643e9ae5ee8ea89c855ae3e2c71ae0bea4ca40d09a787df84a55da66d3522541d2a668bc5b6dee4c1b5bfb60
|
||||
MISC metadata.xml 533 BLAKE2B 8ea951552a2c2845380d5d3fec735c5af9cd93b8e0567b369cbce2b26baa8300a997af90f6fea8e558af98748a003632072d4e514eaa79da4466161aefb9fa8a SHA512 754135b0d1cb667ec88a9043cf45ca34f8a378155aaba33d4ed86c8a4a4bd039bc9eefeb2378f4d9f8f70bb81de770ee7bd02c9a532d606d0531dd985413eb47
|
||||
|
@ -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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
@ -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_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python library to control CoolMasterNet HVAC bridges over asyncio."
|
||||
HOMEPAGE="https://github.com/OnFreund/pycoolmasternet-async https://pypi.org/project/pycoolmasternet-async/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user