update zwave-js-server-python-0.41.1

This commit is contained in:
Andreas Billmeier 2022-09-08 06:37:30 +02:00 committed by Andreas Billmeier
parent c1334a0323
commit 1cfef47e8e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 2 deletions

View File

@ -523,12 +523,12 @@ 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 1878 Ebuilds in total, 1871 of them have in total 1883 (35 different) licenses assigned.
There are 1879 Ebuilds in total, 1872 of them have in total 1884 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1137|
|Apache-2.0|350|
|Apache-2.0|351|
|GPL-3|115|
|BSD|104|
|LGPL-3|29|

View File

@ -1,5 +1,7 @@
DIST zwave-js-server-python-0.39.0.tar.gz 64165 BLAKE2B 1dc93de3e492080482bf5d86b6e03e5a5f6eaf9721e473baab45190c468aa1f69bb0107f20c06a4cb52178b43136f53161ed3ade32a12c9489e6644b7b56e9c4 SHA512 172bb987820fd5cc8645855b73e5c781bda19f3d0477eca5096c2904a6d7efca00548695a00da69ee626a55400a642ac9593d4f428dd0e412bb1cb78b7763236
DIST zwave-js-server-python-0.41.0.tar.gz 65134 BLAKE2B 055dcaa70ad855bd313d0469d0dc30d16f2819f7a3dce16898912ac3df78d14683c46003ed18704968772c1c6f909f23753fa666ce86088c85667d901a67d8ce SHA512 889b629783ff56a98d81f789c37e545b72c7706a842d9b75af5904a05678dc66bd658f8502d3957247dfc641d0c04174c14385f9a0e5a572aa821f55a7dd0344
DIST zwave-js-server-python-0.41.1.tar.gz 65135 BLAKE2B cced4278aee7981e2d7d705ac847b5c78f1d48b6216a378d3ade81ae5e948636bbdf52ca4db3ade015577111219d91bd854d4b66d689d03528063e5718dd5b47 SHA512 1c28a43fba3da29b5c9259db100f9fdb2712c40e9cbaead90d67d948a997c2b448d82ab75c4a94a6caf219523c422065da4419ee9381e835662337903869f679
EBUILD zwave-js-server-python-0.39.0.ebuild 844 BLAKE2B 6ac875c98be96ce5a10c3b0f132f1a745924f823685a4c1c3fec7d29ba91f121fba22c520a849ebf6350fd91955231840335229760fe79d5f9f04e0edbe06f14 SHA512 6702cfbeafbe8ceb11d007fbfc316d3d247e3e4cf09080d0548a8f54b6be4eb915e05b8fef58bd643213f4e837181fdcae914b4ced8339784aeaf32867b0dcd4
EBUILD zwave-js-server-python-0.41.0.ebuild 844 BLAKE2B 6ac875c98be96ce5a10c3b0f132f1a745924f823685a4c1c3fec7d29ba91f121fba22c520a849ebf6350fd91955231840335229760fe79d5f9f04e0edbe06f14 SHA512 6702cfbeafbe8ceb11d007fbfc316d3d247e3e4cf09080d0548a8f54b6be4eb915e05b8fef58bd643213f4e837181fdcae914b4ced8339784aeaf32867b0dcd4
EBUILD zwave-js-server-python-0.41.1.ebuild 978 BLAKE2B ff9d5e702350849de368d20fb2393e1d70a7ef2ecb728053d35b855041357c379bca8a1f8657613d2a053c7e9990c63612879d838c923b7a73aa3b09aa5cd9e1 SHA512 9553abc70457a1f632533a8338ab8bcff39f2b0df9b290887fb1e9e541d1f21f405d903b5e2c57cc9f2940730fa2ae1e0d6a0ef18387ad57f38284bb7f49cb5e
MISC metadata.xml 477 BLAKE2B 99c196c9810baa4da0ae2b2afa55bb286df4a90b99868ef5a2841ea3730d85488e5521bf418fb8399eb34467fc00f1cd6663075bf8313b910c4bb0090b91be83 SHA512 e04138d7a24d229fc8a3afebf80c3a6cb769733517da8382fb16fd8dd3e357a9dc28fa46251e44de9aa1dbba81262838154c25654c1bd3c92695dbce603c89e4

View File

@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python wrapper for zwave-js-server"
HOMEPAGE="https://github.com/home-assistant-libs/zwave-js-server-python https://pypi.org/project/zwave-js-server-python/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest