update pyinsteon-1.1.0_beta3

This commit is contained in:
2022-04-30 22:09:55 +02:00
committed by Andreas Billmeier
parent 5c87c3f60f
commit e02e8d1ecd
3 changed files with 47 additions and 3 deletions

View File

@@ -506,11 +506,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 1709 Ebuilds in total, 1702 of them have in total 1706 (35 different) licenses assigned.
There are 1710 Ebuilds in total, 1703 of them have in total 1707 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1041|
|MIT|1042|
|Apache-2.0|306|
|GPL-3|106|
|BSD|90|

View File

@@ -1,5 +1,7 @@
DIST pyinsteon-1.0.13.tar.gz 141231 BLAKE2B 60efd948f41c9d22612460c54df70c7ebe62ccf7f950276d5a69dbde7f8a22099af3d28151bd86788473b399e8c67861d2455c189315f4086cb3754ff75f7853 SHA512 a792b4adae41de24c257d1d133d08ce64b95101d7c84984c6ba1b42c22aa23c7f42034557f3feed068b329edcb54cb34b6f0c14e55df03f6dd25cb4b4aa46706
DIST pyinsteon-1.0.16.tar.gz 140989 BLAKE2B 879d9f5eef2183d4bcd273059cddacf51dac421a01b05c98a251f4e8a037e873f76a4f990d3ab1dba5e2e29f651a73c47d8d23dd851c7efb33acebf209e1bd4a SHA512 79e8eb820dcb6ad497811a349fc346ecc6349c7bd0ad1702935b7526a9cba09dcefb9bedcdb2a6f29f0003a507df98a7769c829308a4d8fadb8b336b6f01c06e
DIST pyinsteon-1.0.16.tar.gz 140989 BLAKE2B 879d9f5eef2183d4bcd273059cddacf51dac421a01b05c98a251f4e8a037e873f76a4f990d3ab1dba5e2e29f651a73c47d8d23dd851c7efb33acebf209e1bd4a MD5 8fa70dcdb6a41ef5091be6149575c30c SHA512 79e8eb820dcb6ad497811a349fc346ecc6349c7bd0ad1702935b7526a9cba09dcefb9bedcdb2a6f29f0003a507df98a7769c829308a4d8fadb8b336b6f01c06e
DIST pyinsteon-1.1.0b3.tar.gz 160963 BLAKE2B 5c0552d15a8fb28fa7fb269537dc6b32be4954cfcb69756287685e49f53f5986d3a7152395a20524335408a5ab31d0b0528d33e8067f2c79a365b9647f96324e SHA512 ef941d28ca46c3c72ff7567a9b0da4b8765f9d989898ecbd0ccb4fded3aca161926d19ae111e7078d9323ed36508cf165d22c61b88d3f224cae177277e981d22
EBUILD pyinsteon-1.0.13.ebuild 962 BLAKE2B 6a9eaf31066c7eb5621b30f2b644f26d9aa84220782372b265dd8c9a1afdaa324cda70bf02bba53133050d416b8ea2ba4f74b6afc7750cb4736bccace1cd8ce9 SHA512 818f53795b00d891af6c8642a70c625b2cfe009f27c11cef160bc190fa778ccda2c55aa07ae820bb62e6e3a4ff4db05f6728067369345decaa7127c2bb19cb6e
EBUILD pyinsteon-1.0.16.ebuild 966 BLAKE2B f878775a8301a4b74611e60c45ee08b18c7e9ce167a5d561a4a0523246c84242fe91ce42ef366bffba358fd4ecbcc55ee162760fc6bb8a0f67f971f16fd9d384 SHA512 62704cf4137bac67af782fe5ac84657202102f52d5e275ca6f259ae806b6023c6f5a83c1c23a5d6f54b3bb6970e770b9f871383abdfd2371e1dd816fd94d72fa
EBUILD pyinsteon-1.1.0_beta3.ebuild 1053 BLAKE2B 83a003e3a22af11cc530dbd4177b279cc0ee9f46a241c43a8a6db9df39c8e30168041a66341dd8c51e1c3cae2f3a313db170a9af24b7e8844d8ac476f191c227 SHA512 dd360e02d3fbbbfff397b54d906ece917b033108990ec677f78217e61d0fe3655f55bc9e27a7dd5a274b65eb9abddf23f684b3642edef67b86aa65ed97540870
MISC metadata.xml 474 BLAKE2B 4b53cc72d0f63f92c79ca63bfb7f99cb137f0e08504813fcf9257383926a3507fee90972c1d8416e0da92350b7fa975358d13925f68aca520343a19c5ffcd85f SHA512 8b0da9a23e1a64cbb6ab665cd2beb8bf111b845f71e4078276a043e756b407835fda4ef91506285efb13e9f9dbe555b0d70b7fe06d613aa71ad391c32a6db5b5

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API for controlling Insteon devices"
HOMEPAGE="https://github.com/pyinsteon/pyinsteon https://pypi.org/project/pyinsteon/"
MY_P=${P/_beta/b}
MY_PV=${PV/_beta/b}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
PYTHON_MODULES="${PN}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.rst"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/PyPubSub[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}