dev-python/zwave-js-server-python: add 0.55.3

Closes: #2692
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 18:55:38 +01:00
parent 16113086f1
commit e12066b54d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 2 deletions

View File

@ -612,12 +612,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 1656 Ebuilds in total, 1645 of them have in total 1661 (42 different) licenses assigned.
There are 1657 Ebuilds in total, 1646 of them have in total 1662 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|945|
|Apache-2.0|358|
|Apache-2.0|359|
|GPL-3|108|
|BSD|92|
|LGPL-3|23|

View File

@ -1,5 +1,7 @@
DIST zwave-js-server-python-0.54.0.tar.gz 82823 BLAKE2B 5531bb0728780b323c39afe908b0714d51eb2d8362a4d11491640cb5b6db5c35c3bc1743836e543dbf3e957c913dde411a11ab7244e1ff543a1aafccac5717b8 SHA512 40310f3a42e27e81753440fa9c543d3cc9ddfe5d2c6c3fa5794091fb675df82ad984ed5db9db3bd35b5895fa674e276d2b6e0b0219104f8c7875e7198d7a7044
DIST zwave-js-server-python-0.55.2.tar.gz 83684 BLAKE2B 3e65a9a903be5b8d3feb575f8abe4b22df1cf7cc823297e6fc8b68982e393fa8987cb5bcd7304a2d5dcbbe0bd1af5c8c70b91cc04cb2a4a9d26233801582bf7e SHA512 1548caa3397c9a3fb7d1c0fdd7ee8856744ac2c5216fd94714651f3abc67f2b8b869fb1328640523c805c70ebed98ff91e78be4076841b5d2dc1284a7343ebbd
DIST zwave-js-server-python-0.55.3.tar.gz 83818 BLAKE2B 3e840c13e6c46e93c043c947af4a096bbfaf6af7af0e55cd4439fffb3737c5b8b27b9fed1ec168daae809be5c2d49da3d758906716343ebf27635ff909b2ff80 SHA512 bfa9d97ae20075148e3d2d5998936f24e0e9e283e884488ed056b171099521112f4d01bef4ced8a2086371544951bc9fe563c8a123babff5b77bbec7f8d20292
EBUILD zwave-js-server-python-0.54.0.ebuild 1059 BLAKE2B a4ac4c86af7709e15e0e5b3f1e7847edfdcc98dc1cd0d6ce6da0e44e7c9e17e6b858eab7325c9cd53f4205128eba4f57ea1a380793a77d6eadca04740eec5de0 SHA512 5df1cee91486391777291ee5d898d940681d9ce9d2bc9c14393c609ebca281a53f3f7558c52def075083c02a60359723630a1abd93feff13df08f9d4897748a4
EBUILD zwave-js-server-python-0.55.2.ebuild 981 BLAKE2B 8256df4da0755bf899e59cbb176a1b4de602889ff3b17b1ef9536491041850c3792c31dbf0eb794fc83b41d9fcea294b23f7151861d90c4314a4b54dcf6c11be SHA512 35c20a6e89dea59222e0f7588389e77c42c0126646c4a5e27819ccf9dd6622638b014086a02223ac26cd860d7d1cfc17da15b11ef9bd849133a9a6f7a68bde5c
EBUILD zwave-js-server-python-0.55.3.ebuild 981 BLAKE2B 8256df4da0755bf899e59cbb176a1b4de602889ff3b17b1ef9536491041850c3792c31dbf0eb794fc83b41d9fcea294b23f7151861d90c4314a4b54dcf6c11be SHA512 35c20a6e89dea59222e0f7588389e77c42c0126646c4a5e27819ccf9dd6622638b014086a02223ac26cd860d7d1cfc17da15b11ef9bd849133a9a6f7a68bde5c
MISC metadata.xml 561 BLAKE2B 318a1a8da676808f21bca94ac329671fc288e280a058ef5d08c25f2c3a7780d337cbffc810cb697c4abf48ba7b285858b1e153a6c35acbfe7b9ca83759fa6079 SHA512 af524e380904ee6f25cc3dc5f10eefa4c788b4bebecd06817fdbd3c72379b7eda67dabbd2546219a322b71d138fdb0b35b1e9116e4a7f78d281faa0537393986

View File

@ -0,0 +1,37 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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/"
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.10.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
src_prepare() {
# remove dynamic-versioning
sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
eapply_user
}
distutils_enable_tests pytest