dev-python/pyinsteon: add 1.3.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-09 19:29:58 +01:00 committed by Andreas Billmeier
parent 15eed4f01e
commit cf9cb72a0b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 4 deletions

View File

@ -573,11 +573,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 1810 Ebuilds in total, 1799 of them have in total 1804 (34 different) licenses assigned.
There are 1811 Ebuilds in total, 1800 of them have in total 1805 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1055|
|MIT|1056|
|Apache-2.0|394|
|GPL-3|112|
|BSD|94|

View File

@ -1,5 +1,7 @@
DIST pyinsteon-1.2.0.tar.gz 163381 BLAKE2B 59c8ee294a8a29d3e163c16da721d9a39839a89420b7993b81327240792e492ad76a6097289683f1fee9890958caf17f42c8227511f69dbb3b2948adf44f1558 SHA512 b3d955e7f3f65bf64da4e6b37426bdcd85cab78119415934e3abf522f0a57df7f6e1608681562eed29748615a38c2c465911f6f7bf17e95100a917c0139719e4
DIST pyinsteon-1.3.3.tar.gz 176705 BLAKE2B 7d603828edb94e646c548a17e8d473a05d8631a8e02dab34fac4a20eec0e6c485288bc044757458f061276a002542dfe44593c03a90dbb8c94d8d4ac4f48f6ff SHA512 e417d6f2328c493c592492b5c9f00b3977f81880061749daffa1611ff7f516fe1d321c48d236d0d1d118cadd6c968c9107dad14b7d8603ec60e34181bf006db2
DIST pyinsteon-1.3.4.tar.gz 177190 BLAKE2B d9f421a3c58e3100c53bccedd700969d671c384cd317bea28aecb2db68fc531d3328bfc3a07c3b762464f70797fd066222be65504325786523a57cc7733c3e4c SHA512 77084cf460a183a5d0272924d80f24b6f5f11a9a88f224d960ea7b48b5287ee9a3fc962fe54f012eae0241a432ea48a32e9025b9a4d97703abb606dd9a12c877
EBUILD pyinsteon-1.2.0.ebuild 998 BLAKE2B 076fe2ec13ef195152da53d9696a397a54119d9f75b053dea6e1fd0b04ea7206fd65472a65c9a2c398bc86e61245d57495a771edf4cde0e930bf8d6dfc1f22fb SHA512 65db3368a4ee5c7c0f94d46fd2f5015b94050ad618913dc42fc5fb0a5bb213317c7985c8a541db10da76344a5e580c32fa570c96c3f74ab5f02d00cd76d02896
EBUILD pyinsteon-1.3.3.ebuild 690 BLAKE2B 32de4c44313d25afadad6bd31910ded3a783d7ee1841dc867c7aab3a323348cf07c15a8a739499a1f6258825c1650fbf6ec17cd8d0c28ef6e8298350edff0044 SHA512 0282efe5debae0135f54bfb12ed11f81ce83f2ce01ebc656962b0cebe9771abfafe9a15033340b226e4f966138dd814f00d66af6ca50f21fd0056b871e088edf
MISC metadata.xml 535 BLAKE2B 577e044a35d5dc2acaac99a7f212d923f6c8dbcb7acf727b53888135a05cbcf893c2467644693504db36223bdc2d3d923a9cdabb07abae61333a49a84a19cc1c SHA512 5f87891e304869e79cbc9ed99d0730ddfd5a38ee38b517a37cc35fce2fd5627436cf50a6d767485e383a71015524bd456b8406745afc25dc35ddf7cff260f3a8
EBUILD pyinsteon-1.3.4.ebuild 690 BLAKE2B 32de4c44313d25afadad6bd31910ded3a783d7ee1841dc867c7aab3a323348cf07c15a8a739499a1f6258825c1650fbf6ec17cd8d0c28ef6e8298350edff0044 SHA512 0282efe5debae0135f54bfb12ed11f81ce83f2ce01ebc656962b0cebe9771abfafe9a15033340b226e4f966138dd814f00d66af6ca50f21fd0056b871e088edf
MISC metadata.xml 526 BLAKE2B 17966512f4f8ff89adb29461cbf4be57d70ddbee9706a7c85ac8048cf097cc5acf0ed4dd12ca6f51c83140454a3a850c595bb3394ad6355bac4e74ad66a40610 SHA512 a12b8129f592f846914c12b4a5cf31d753b2f681066ac52a6fe1fa861105171374c72469cdb2204951236b0ee2dfd26095a044ad5b895c9f8585c9b4650c9a72

View File

@ -10,7 +10,7 @@
<remote-id type="github">pyinsteon/pyinsteon</remote-id>
<maintainer status="unknown">
<email>pyinsteon@harrisnj.net</email>
<name>The pyinsteon Development Team</name>
<name>The pyinsteon authors</name>
</maintainer>
</upstream>
</pkgmetadata>

View 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_{9..11} )
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}]
"