bump zigpy-znp-0.8.1

This commit is contained in:
Andreas Billmeier 2022-07-19 17:33:03 +02:00 committed by Andreas Billmeier
parent dd25292483
commit ae9982d617
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 47 additions and 2 deletions

View File

@ -521,13 +521,13 @@ 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 1795 Ebuilds in total, 1788 of them have in total 1796 (35 different) licenses assigned.
There are 1796 Ebuilds in total, 1789 of them have in total 1797 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1089|
|Apache-2.0|325|
|GPL-3|108|
|GPL-3|109|
|BSD|103|
|LGPL-3|30|
|GPL-2|22|

View File

@ -1,5 +1,7 @@
DIST zigpy-znp-0.7.0.tar.gz 94954 BLAKE2B 9af06c9f90117c5ae841b7d4890724173718e9574a73b8dfe144df8ef5cddae24ed950d359f5dbda0311008c2f6a90584975267e06ae3157c3bec75e9ce632d1 SHA512 72d3bf2db9c007e1372e37e5fd28626b3237a11a098f0498e2669e4feb97e0e648cb8d9b6d5f8443742a2f945f893bab3a54075e632575101212b4803db793c4
DIST zigpy-znp-0.8.0.tar.gz 94064 BLAKE2B 4d044ce44e1ce7c63834b9af69fb4936d36bc89eebe3e0f51df47627a5af2cd891929dab7aae1a36cae52f2b452250e3b8ec951bfa03902af5f113a0f70f1c27 SHA512 fd1b6546b2b9dfb17a363ab435e38af215cbc81c4fce12dfb62378796da23c2d79e19b1ede34f8fbfc3da9cb014a3dc037ec5736f74eca92bb9c4afc64328ddd
DIST zigpy-znp-0.8.1.tar.gz 94105 BLAKE2B 86c6425d3b74b24c790d348791beee6b84d94bc33ec0b45eb576d6f3a96e2565a48238479cb19f940078d737d7035ffb1f3b3f3c42952c0748a7398cb9ff6d34 SHA512 f50b9ebef9e0d5206e79720b198f1230e79b5bc79570e46ebb97b69a13d4faeb9f147677e060e383bb2f5c0a9371837f7ec970dd814bb858a3cacc4a3597254f
EBUILD zigpy-znp-0.7.0.ebuild 1097 BLAKE2B 9fe79c7d770f7865a77118689e8226da9cdc8043e7edd0ba09cb849c85a5d70cd9d0c633d17130b7aef4e3f1ded8078cf7abc5912ccbde3db94ca449f79f742b SHA512 670fa7e22e4cb856bf1fd07cf26150ef993316cbb1a7d9af85792892dca2ff568c0c41cdfc292a9254683b25095ae1cc7782f8312ace3857a6f8300555b1fb61
EBUILD zigpy-znp-0.8.0.ebuild 1128 BLAKE2B fe367669080f8992f3d26cfd5c0a39800230d4bad72fa075e8b3710088c92b4e543b23033b764b3f5ae67d122d348499e54e9b824fa148e255c10e9ab590ade3 SHA512 de2a6f6506bd8f7746db1b2c998037ee0dce9193c3657abaa325e21b218554a08d7ad851fbc87015d2e92af9a456bf05e16739984ac91df53f961b86ccef9b7d
EBUILD zigpy-znp-0.8.1.ebuild 1128 BLAKE2B fe367669080f8992f3d26cfd5c0a39800230d4bad72fa075e8b3710088c92b4e543b23033b764b3f5ae67d122d348499e54e9b824fa148e255c10e9ab590ade3 SHA512 de2a6f6506bd8f7746db1b2c998037ee0dce9193c3657abaa325e21b218554a08d7ad851fbc87015d2e92af9a456bf05e16739984ac91df53f961b86ccef9b7d
MISC metadata.xml 462 BLAKE2B 123f7f058af7f8a40d1565cfaa31464e3c7bb5130d4102f48fa95240853cf144b75c40c03017f256cc693ac87ec4b5f0674743bcfc43c00e1cd082d3feb55a25 SHA512 b9e5d548118c8986b457699c02168c64b4d39388499a19a8dd04faeb41c259e8699796498722279d9122fd3ac031b16a3f88f700a521439587a0ef7e3745c60b

View File

@ -0,0 +1,43 @@
# 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="A library for zigpy which communicates with TI ZNP radios"
HOMEPAGE="https://github.com/zigpy/zigpy-znp https://pypi.org/project/zigpy-znp/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
>=dev-python/zigpy-0.47.0[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest