dev-python/pyinsteon: add 1.5.2
Closes: #2455 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
014b30cdc8
commit
d19575f00a
@ -612,11 +612,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 1685 Ebuilds in total, 1674 of them have in total 1694 (43 different) licenses assigned.
|
||||
There are 1686 Ebuilds in total, 1675 of them have in total 1695 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|983|
|
||||
|MIT|984|
|
||||
|Apache-2.0|355|
|
||||
|GPL-3|96|
|
||||
|BSD|96|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pyinsteon-1.5.1.tar.gz 189962 BLAKE2B 7c8c55527f25f526e9da6dcacebfe4ab77714d73d44ad0b88094b2b93ad99959280f3bf449b1dc99a8c0237084d7faf34fba515a178e9494850898b8167a2825 SHA512 e4e2668765cba3f65d4e84a871c5de64e18356b847846553d98fa101345899478baac19f8cbcd0fb8047bb7f777ba1dce072ce15b23ab7520097ddb4ad11fcd8
|
||||
DIST pyinsteon-1.5.2.tar.gz 190278 BLAKE2B d9f85e550793573f95c17b42dac61aafc12dacca02b053e789b51cf6e344863179bcad285abb21949695c7eaddb95b7858018c3ae60051976ba1e33bbe5c593d SHA512 85a3e9d9860da1334f843fcdcd7e7c3f9bb4314b280beebbd192d0dcab87340abab087d5742c869e2f6af409049a7b38d44fddee185ce2f74d8535f31b462ff6
|
||||
EBUILD pyinsteon-1.5.1.ebuild 691 BLAKE2B a437a1fd21b6fedfa6e63318796730f3f7a2db7a036bdae3e80b25e0f0736ab35e8ee6685e67f4ac4526591995a3ed90857d4f988ec2f2e9c8ba829617c954b2 SHA512 c5a0334ba439cb6c1d31efb33efa0c788ea2002a88c69e63a1a05328c65bbafcd3abc4b20d651ff193c6c7c4e6312a22916a953740ab35e9e78a13636c49c7d4
|
||||
EBUILD pyinsteon-1.5.2.ebuild 691 BLAKE2B a437a1fd21b6fedfa6e63318796730f3f7a2db7a036bdae3e80b25e0f0736ab35e8ee6685e67f4ac4526591995a3ed90857d4f988ec2f2e9c8ba829617c954b2 SHA512 c5a0334ba439cb6c1d31efb33efa0c788ea2002a88c69e63a1a05328c65bbafcd3abc4b20d651ff193c6c7c4e6312a22916a953740ab35e9e78a13636c49c7d4
|
||||
MISC metadata.xml 526 BLAKE2B 17966512f4f8ff89adb29461cbf4be57d70ddbee9706a7c85ac8048cf097cc5acf0ed4dd12ca6f51c83140454a3a850c595bb3394ad6355bac4e74ad66a40610 SHA512 a12b8129f592f846914c12b4a5cf31d753b2f681066ac52a6fe1fa861105171374c72469cdb2204951236b0ee2dfd26095a044ad5b895c9f8585c9b4650c9a72
|
||||
|
26
dev-python/pyinsteon/pyinsteon-1.5.2.ebuild
Normal file
26
dev-python/pyinsteon/pyinsteon-1.5.2.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2023 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 API for controlling Insteon devices"
|
||||
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
DOCS="DESCRIPTION.rst"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/PyPubSub[${PYTHON_USEDEP}]
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyserial-asyncio-0.5[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user